Minerva-System / minerva-go

Golang refactor of the Minerva System, an ERP-like system built for research purposes
0 stars 0 forks source link

Add missing update routes for REST #10

Closed luksamuk closed 3 months ago

luksamuk commented 3 months ago

Currently, Products and Users have no proper update route. Make sure that these routes are created.

The update routes should be more or less inspired by how it has been done for companies, which also involves creating new schema and doing some validations by hand.

(Wait for #9 before starting this implementation)

luksamuk commented 3 months ago

To be delivered with #9.