Guest User

Untitled

a guest
Oct 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. The three React Native apps I am considering as projects are:
  2.  
  3. A. Houseplant POS system
  4. 1. The user should be able to browse a plant catalog.
  5. 2. The user should be able to read some basic care info.
  6. 3. The user should be able to buy (3rd party integration or stub) or add to a favorites list (registration required).
  7. 4. The user should be able to schedule pickup or delivery.
  8. 5. The admin should be able to easily add items to the catalog.
  9. 6. The admin should be able to add categories when adding items.
  10. 7. The admin should be able to take or choose a photo of the plant and add to the catalog entry.
  11. 8. The admin should have a dashboard where all open orders can be viewed and maintained.
  12.  
  13. B. Walk-in and Phone order entry app
  14. 1. The user should be able to input orders following the conversation flow, using a series of views that can be entered in any sequence.
  15. 2. The user should be have a custom order entry view for each product type
  16. 3. The user should be able to save orders in progress.
  17. 4. The user should be able to schedule pickup or delivery.
  18. 5. The user should receive a delivery calculation as soon as address is entered.
  19. 6. The user dashboard should show a list of orders.
  20. 7. The user dashboard should allow re-ordering, editing and cancellation of orders.
  21. 8. The user dashboard order list should include feeds from other sales funnels.
  22.  
  23. C. Pickup and Delivery app
  24. 1. The user should have a Dashboard with pickup and delivery queues.
  25. 2. The user should be able to add orders to the delivery queue, and to the driver's pickup queue by zone
  26. 3 The user should be able to enter orders into the app after cutoff times and have them added to next day's queue.
  27. 4. The user should be able to override the cutoff behavior on a per order basis.
  28. 5. The user should be able to set order status and trigger customer notifications.
  29. 6. The driver should be able to set status delivery status en route, delivered, undeliverable, and add notes.
  30. 7. The driver view should include a link to the address map location.
  31. 8. The customer should receive a notification with a direct link to a Google review form.
Add Comment
Please, Sign In to add comment