.. DreamListDashboard documentation master file, created by sphinx-quickstart on Wed Mar 7 21:45:08 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to DreamListDashboard's documentation! ============================================== .. toctree:: :maxdepth: 2 :caption: Contents: 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 ------------------