Skip to content

Ideation for Release‐0.01

Roshan Ekka edited this page Oct 16, 2023 · 1 revision

Release-0.01

This web-application project was created for Dev Team Selection.

This was created in short duration. Will be further developed in iterations.

Technology used:

  • Django
  • SQLite

  1. This app allows us to host a possible solution to warehouse management system. So Client app and Manager app was created from which, Client app is used for public. To showcase our service and allow them to avail the services.

  2. Form has been provided to signup for the solution system.

  3. When client is successfully agreed to terms, they are given manager status by superuser who are known as admin. These managers can now keep track of their products.

  4. Schema has been created in the models.py of manager to allow them handle their inventory. They can keep track of Products, its SKU, Arrival Data and Dispatch Date.

  5. Proper implementation of warehouse capacity can be live tracked on dashboard within one click. Managers can update their inventory upon request to admin.

This release had been implemented till these features.


Upcoming Release-0.02 will have features which includes

  • The migration of full manager controls.
  • Real time notification.
  • Analysis of Popular products.
Clone this wiki locally