Earlier quoted context omitted.
Damn it, I broke it. I'll fix it today, or remove it entirely, I still don't know about it. I like the idea of being able to quickly log in, but it's yet another feature to maintain, so...
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.
Show HN: Monica, an open-source CRM to manage friends and family
21–30 of 586 posts
Re: Show HN: Monica, an open-source CRM to manage friends and family
#22Tangentially related: I wonder what the fallout is for the average person who may get discovered using this. I could see someone catching flack for having software send them reminders of things that "should be important enough to remember". Then again, what's wrong with using technology to help me enrich my relationship with others?
Re: Show HN: Monica, an open-source CRM to manage friends and family
#23Earlier quoted context omitted.
Well, I use Homestead because it's much more convenient. But you can use anything that you want, as long as you have PHP and mySQL. MAMP, for instance, XAMP, or really whatever. Have you heard of Valet ( https://laravel.com/docs/5.4/valet ) ?
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! :)
Re: Show HN: Monica, an open-source CRM to manage friends and family
#24Nice project. Keep in mind I'm just a tire-kicker on HN, but it would be neat to have dynamic periodic reminders similar to spaced repetition learning algorithms except you rate the strength of the relationship after each session. Strong ratings mean you can see them a little less frequently; weak means you should see them (a little) more frequently. Ideally this would let you maximize the number of maintainable acqu…
Re: Show HN: Monica, an open-source CRM to manage friends and family
#25Security. Make me feel safe when adding very personal information about people I meet. (Btw. I've been considering building something like this myself, I meet so many people that I want to recognize and remember what they told me about themselves. Memory fails me almost every time unless I really put the effort in. Right now I just make a note after every interaction using Simplenote, better than nothing.)
The security aspect is also very important to me. I'm trying to do my best to make it secure by following best practices, and this is also one of the reasons I've open sourced it actually, so the community can help make it better and check that I don't do nasty stuff with it.
It may allow you to automatically save calls and manage metadata in sync with an established system.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#26Earlier quoted context omitted.
Damn it, I broke it. I'll fix it today, or remove it entirely, I still don't know about it. I like the idea of being able to quickly log in, but it's yet another feature to maintain, so...
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.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#27Earlier quoted context omitted.
The security aspect is also very important to me. I'm trying to do my best to make it secure by following best practices, and this is also one of the reasons I've open sourced it actually, so the community can help make it better and check that I don't do nasty stuff with it.
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.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#28https://www.dropbox.com/s/ijdfvwtua5nwy6p/Screenshot%202017-...
Re: Show HN: Monica, an open-source CRM to manage friends and family
#29Earlier 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.
[1]: Maybe something like https://medium.com/laravel-news/the-simple-guide-to-deploy-l... (first thing I could find)
Re: Show HN: Monica, an open-source CRM to manage friends and family
#30Earlier quoted context omitted.
Sign up with facebook is not working for me. Perhaps because I have two factor on. Also, consider adding an import feature from gmail, vCard, etc Finally, why include male/female binary as the only required field besides name. Seems a little odd
Damn it, I broke it. I'll fix it today, or remove it entirely, I still don't know about it. I like the idea of being able to quickly log in, but it's yet another feature to maintain, so...
It's nice that I don't have to create yet-another-password for a new app as well. I use a password manager so it's not a big deal for me, but for other users it could be so they may just use a shared password and having FB login would be a way to have them not do that.