uAdmin Applications =================== Here are all sample applications built in uAdmin that you can choose with different concepts and business logic. * `Todo List`_ * `Login System`_ * `Document System`_ **Todo List** ------------- .. image:: assets/todolistdashboardapp.png Todo List application allows you to create tasks, make a description for them, and organize them in a specific category. You can also add a friend to be a part of your activity, as well as an item needed in order to accomplish your tasks. In every task, there is a progress bar feature that you can set to show or measure how much work you have accomplished in a specific task. .. raw:: html DIFFICULTY LEVEL: EASY Tutorial Link: https://uadmin-docs.readthedocs.io/en/latest/coverage.html .. toctree:: :maxdepth: 1 coverage **Login System** ---------------- .. image:: assets/loginsystemdashboard.png Login System allows you to login in two ways: either with or without OTP, and log out on custom HTML template. .. raw:: html DIFFICULTY LEVEL: MEDIUM Tutorial Link: https://uadmin-docs.readthedocs.io/en/latest/login_system_views/coverage.html .. toctree:: :maxdepth: 1 login_system_views/coverage **Document System** ------------------- .. image:: assets/documentsystemdashboardapp.png Document System allows you to get user and group permissions, customize the Count and AdminPage function based on the user ID, use schema form modifier to customize the fields and schema list modifier to customize the records. .. raw:: html DIFFICULTY LEVEL: HARD Tutorial Link: https://uadmin-docs.readthedocs.io/en/latest/document_system/coverage.html .. toctree:: :maxdepth: 1 document_system/coverage