Hacker News new | ask | show | jobs
by djb_hackernews 3394 days ago
> concierge migrations

This was a hack I used on an eventually failed software venture. We were in an incubator and had about $10k and the start of a pivot. We hired 3 contractors to build an MVP in about 2 weeks. We focused on the core functionality of the product. Since we used Rails we also were able to use a module that gave us a nice admin UI around our data model. This let us do the data entry for pilot members while we got feedback on the core product. Since we were providing a way for vendors to sell products with complex facets (prices in multiple currencies, descriptions in multiple languages, complex product availability etc) we could control the data entry and also avoid building complex wizard UIs for users that surely would be given up on with our limited value prop at the time.

Thinking back on that hack I think it is definitely something I'd do again.

1 comments

Cool to hear others are using the process, even in the past :)

Wrote a bit more about what migrations were like for us here: https://artplusmarketing.com/the-silver-bullet-in-convertkit...