I currently have simple website and ordering application for my small-business written in Python and running in Google’s AppEngine on their object database. I’m thinking this will be relatively manageable to replicate on Holochain and useful to a lot of businesses in my same situation. I would hope to leverage work done on REA, currencies, etc. to allow a simple app like this to expand it’s functionality in the future. It would perform simple functions like:
- Business owners
- Manage a set of products
- Allow specific products to be made available for sale to customers for possible specific dates are open ended
- Invoice customers and manage payments
- Report on orders
- Customers
- View information on products and ordering
- Make/cancel an order
- View order history
I have lots of specific questions currently about the right patterns to use to actually build this and so hope to learn from the community or collaborate with others who need a similar type of app.