detleph / server

Server component of the Detleph event management system
MIT License
1 stars 0 forks source link

Add update controllers #41

Closed stephan418 closed 2 years ago

stephan418 commented 2 years ago

It is currently not possible to update most of the resources. This is functionality that should be extended (Maybe @Flexla54 for experimenting with express)

stephan418 commented 2 years ago

This could be done using PATCH for partial updates and PUT for complete writeovers

Flexla54 commented 2 years ago

I think all controllers own one or more update methods. Please check feature-roles branch if all update methods exist. Note that updateDiscipline is implemented twice (one in feature-roles, the other in feature-endpoints) - when merging use feature-endpoints!

stephan418 commented 2 years ago

Impressive. Will review the code and get back

stephan418 commented 2 years ago

Seems mostly finished.