- Log in to post comments
Great article - thanks for putting it together..!
I've been trying something similar but with a different approach. I start with an application idea, using Figma to mock it up, then something like Replit to build the front end with mock data and mock API backend.
Once built, I asked AI to generate a swagger spec for all APIs, which I then import into IRIS to generate the .disp,.impl and .spec classes.
The backend logic I then did myself, but I can see how if I persisted, I could have used AI for that too.
My project was to build an app that selected patients from the backend database, and existing observations on file, plotting their the values over time.
- Log in to post comments
I found my issue. which was unrelated to JWT., but related to a security check imposed in my Dispatch class/ the Privilage check there, does not (rightly so), insert an entry in the Security audit log.
all good now.
- Log in to post comments
True !!