Skip to content

Fixes #38 Enhancing Authentication Flow and Retrieving Essential Attributes from the Server.

  • I have enhanced the user profile by adding the User Role. Now, when viewing a user's profile, you will be able to see their assigned role, which provides information about their permissions and access levels within the system.
  • I have implemented a BloC architecture that fetches the attributes/entities related to NeoRoo program from the DHIS2 server using their names and then stores their UIDs in the hive storage.
  • If the attributes and instances are not present, the script would leverage the DHIS2 web API to create them. The UIDs of the created or existing attributes and instances would then be stored in the hive storage for future use by the application.

Untitled_video_-Made_with_Clipchamp__1

Merge request reports