Welcome to DreamListDashboard’s documentation!

Chapter 1 Why one front-end and two backends

Chapter 2 How to use django project only for REST APIS

Chapter 3 Hierarchical Dream Structure

3.1 Goal

  • Any dream from the dream list can have any level of associated hierarchy.
  • Time associated with a dream will be greater than or equal to sum of times of all its child dreams.
  • A parent dream can have multiple child dreams and vice versa.

3.2 Database design

3.3 UI design

3.4 Business Logic