PharmaStock Backend Progress Complete all backend endpoints

 I completed the full Medication API (GET, POST, PUT, PATCH, DELETE) and finished SCRUM-37, implementing the stock quantity adjustment endpoint. Inventory quantities can now be increased or decreased, negative values are prevented, and all changes persist correctly in the database.

I also finalized the inventory creation flow with duplicate lot validation and verified everything through Swagger testing.

On the frontend side, I started SCRUM-38 and began building the Angular inventory list component to connect the UI to the new backend functionality.

Overall, this week solidified the backend foundation and began transitioning into full-stack development.


Medication Post Workflow
         Medication Post




        Post Inventory for new medication    


        Inventory adjustments








Comments

Popular posts from this blog

PharmaStock: Backend Infrastructure & Database Connectivity

PharmaStock: Sprint Planning Complete