Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.76 KB

File metadata and controls

63 lines (36 loc) · 1.76 KB

uAdmin Applications

Here are all sample applications built in uAdmin that you can choose with different concepts and business logic.

Todo List

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.

DIFFICULTY LEVEL: EASY

Tutorial Link: https://uadmin-docs.readthedocs.io/en/latest/coverage.html

.. toctree::
   :maxdepth: 1

   coverage


Login System

assets/loginsystemdashboard.png

Login System allows you to login in two ways: either with or without OTP, and log out on custom HTML template.

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

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.

DIFFICULTY LEVEL: HARD

Tutorial Link: https://uadmin-docs.readthedocs.io/en/latest/document_system/coverage.html

.. toctree::
   :maxdepth: 1

   document_system/coverage