dbca-wa / science-projects-service

The backend systems for SPMS, a science project documentation system.
0 stars 2 forks source link

Query IT Assets On-The-Fly #119

Closed idabblewith closed 1 month ago

idabblewith commented 2 months ago

The system is currently set up to query DB active staff users then (when clicking and visiting the user details /{user_pk}) get their IT Asset data, if it exists. To prevent inactive users from being shown as a clickable card management would like to instead query IT Assets on every search term.

Results will show active staff (is_active, is_staff and match query) in SPMS DB who also have IT Assets entry.

@ben3000

ben3000 commented 2 months ago

@idabblewith In the second list item does "Separate" mean "Remove"?

idabblewith commented 2 months ago

@idabblewith In the second list item does "Separate" mean "Remove"?

No, not if you mean delete them from the system. Yes, if you mean remove them from results. I use 'separate' as I plan on performing logic on them in list item 3.

idabblewith commented 1 month ago

fixed in dbca-wa/science-projects-client#485