ramanshahdatascience / contector

Contact reminders for power connectors
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

MVP #4

Closed ramanshah closed 4 years ago

ramanshah commented 4 years ago

As I decommission Facebook and begin to move forward with my marketing strategy, I'm getting to need this more acutely. Here's the user story/MVP statement:

Would be nice to have to obviate nitty-gritty database migration:

Stretch goal:

ETL/adding people could be janky command-line stuff or one-time tedium for now. The inner loop is being reminded on a week-to-week basis that I'm overdue to connect with one of my peeps. I need this!!

ramanshah commented 4 years ago

Would I be satisfied with something like Airtable with a template like this one? It wouldn't have the DAG stuff but I might be able to live without it if I can re-purpose the development time for something more novel. https://airtable.com/templates/marketing-and-sales/exp7KcHbb6laaJkjU/personal-crm

I'd want to ascertain the following:

ramanshah commented 4 years ago

As of today, I'm in production with an internal MVP in Excel. It's literally a normalized table (would export cleanly to CSV or an SQL table) persisting the last interaction only. Substititing "browser" with "Excel," it satisfies the first four points above.

Getting experience with it will help spec out an in-browser version.

One tech scraping regarding the "stretch goal" is this: https://autodesk.github.io/react-base-table/examples/draggable-rows

ramanshah commented 4 years ago

Releasing an Excel MVP today.