You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a search bar and do simple mechanism find query to DATIM API
Try to replicate the same behavior like current mechanisms finder:
I think we should try to go without D2 (DHIS2 JS API mapping).
I use it in user-admin-ng and I'm not the most excited about it.
It's easy to do the queries with native fetch
Please try to create independent services for the queries.
I.E. don't put the logic (query + processing) to the same file as the view (component).
The text was updated successfully, but these errors were encountered:
Create a search bar and do simple mechanism find query to DATIM API
Try to replicate the same behavior like current mechanisms finder:
I think we should try to go without D2 (DHIS2 JS API mapping).
I use it in
user-admin-ng
and I'm not the most excited about it.It's easy to do the queries with native
fetch
Please try to create independent services for the queries.
I.E. don't put the logic (query + processing) to the same file as the view (component).
The text was updated successfully, but these errors were encountered: