-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
a:databaseassociated to postgres service and postgres-database packageassociated to postgres service and postgres-database packaget:maintenanceSome planned maintenance workSome planned maintenance work
Milestone
Description
web-server's users domain
- CSR layers
- review S and R interfaces
- schemas vs domains (rm
common) - review repository execution and result:
one,one_or_noneetc.
Database
- rename columns in models
users.id
users.name
users.first_name
users.last_nameSo i guess I could move it to
users.id
users.user_name
users.first_name
users.last_nameModels
- Update = PATCH, Replace = PUT.
In any case, I notice we get confused between update and replace. I guess it means we should perpahs start using Patch.
So the model names should be : $ResourceName$Operation where Operation in [Get, Update, Replace, Delete, Create]. Perhaps instead of Update we should use Patch?
Exception handling
- mappers
Originally posted by @pcrespov in #6904 (comment)
Metadata
Metadata
Assignees
Labels
a:databaseassociated to postgres service and postgres-database packageassociated to postgres service and postgres-database packaget:maintenanceSome planned maintenance workSome planned maintenance work