Looks like this is a service only for very young people? Got this wonderful error while trying to add my father. https://www.dropbox.com/s/ijdfvwtua5nwy6p/Screenshot%202017-...
US style dates, you probably want 03/18/1965
Show HN: Monica, an open-source CRM to manage friends and family
41–50 of 586 posts
Re: Show HN: Monica, an open-source CRM to manage friends and family
#42Earlier quoted context omitted.
This is where I need the community. I'm just a small Laravel amateur developer who doesn't know much about Docker I love simple solutions and Laravel seemed to me the easiest way to build something simple, and more importantly, easily maintainable, which is the most important for me.
That's what I meant, I would contribute a dockerfile, which people may use to run the application with one command. Would standard Laravel instructions to deploy an app[1] help me here or do you need additional steps? [1]: Maybe something like https://medium.com/laravel-news/the-simple-guide-to-deploy-l... (first thing I could find)
Wow I didn't expect there would be a demand for this. Interesting. I'd need to move out some of the code as well from the app (at the moment GA and Intercom are part of the codebase, I need to remove them).
Re: Show HN: Monica, an open-source CRM to manage friends and family
#43Earlier quoted context omitted.
No I'm very alien to the PHP ecosystem. Valet seems to be Mac-only. I'm a happy Windows user who has some Linux servers to play around. It would be very nice to have a step-by-step manual installation guide, then who knows, maybe you would get a pull-request with a Dockerfile! :)
This is where I need the community. I'm just a small Laravel amateur developer who doesn't know much about Docker I love simple solutions and Laravel seemed to me the easiest way to build something simple, and more importantly, easily maintainable, which is the most important for me.
"Easily deployable" is going to be a top concern of your users, and Docker solves that.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#44A mobile app would definitely be nice for this kind of product at some point. Push notifications for reminders / an easy entry system, integration with contacts, calendar, etc.
Either way. Thanks for this cool product, and OSS-ing it.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#45Earlier quoted context omitted.
My personal recommendation is to drop third-party logins and allow users to sign-up via usernames (without emails). That means you need to deal with "lost password with no way to recover" situations and spam but it's still better than third parties controlling the most important aspect of your application.
FB integration, though, might be nice for initial import of friend data that's already there.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#46Earlier quoted context omitted.
No I'm very alien to the PHP ecosystem. Valet seems to be Mac-only. I'm a happy Windows user who has some Linux servers to play around. It would be very nice to have a step-by-step manual installation guide, then who knows, maybe you would get a pull-request with a Dockerfile! :)
This is where I need the community. I'm just a small Laravel amateur developer who doesn't know much about Docker I love simple solutions and Laravel seemed to me the easiest way to build something simple, and more importantly, easily maintainable, which is the most important for me.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#47Earlier quoted context omitted.
Do you have any plans to integrate with contacts on any device/platform? It may allow you to automatically save calls and manage metadata in sync with an established system.
I've been thinking about this. First step would be an API. Second step would be to either me learn Cocoa, ObjC or .NET to do this on the phones/desktops apps, etc..., or let the community do it.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#48Call me cynical, but I find the term CRM pretty wrong. Yes, I understand what it does, people have been keeping track of this stuff (if I read the intro page correctly) for ages, and still I find this borderline creepy and overengineered. Disclaimer: I am using e.g. Facebook's "On this day" feature to reminisce about old stuff with friends, I also keep birthdays in a calendar. Maybe just the professional spin puts me…
Re: Show HN: Monica, an open-source CRM to manage friends and family
#49* Imports from Facebook or CardDav, one at a time is horrendous. * Relate contact to Social Facebook/LinkedIn/Meetup? * Add activity from LinkedIn/Facebook other social sites to contacts * Native App
Re: Show HN: Monica, an open-source CRM to manage friends and family
#50Love this idea, the things that would really make it a no-brainer for me would be ability to upload multiple photos for a contact (or in a note) and a native/hybrid app. I could probably deal with the webapp on my phone but an app with push notifications would be ideal IMHO.
Yeah, if only I knew how to create mobile apps, I'd do it in a hearbeat. One more thing I need to learn.