-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create REST service for layout management #25
Comments
Check that unit & integration tests are running in the pipeline by writing a failing test. If running, cool. If not running, create a new ticket to set this up in the pipeline. |
Reminder that we will need another resource for application layouts, as mentioned here. Probably best to raise another ticket for that to avoid scope creep here. |
I've striked this through as I've created a separate ticket for it (#83), as I was likely to forget as part of this ticket and we can also encompass clientside documentation in that ticket. |
Background
As part of the layout management directive, we want to create a backend service to handle remotely saved layouts.
Work Required
GET
for loading saved layoutsPOST
for saving new layoutsPUT
for updating existing layoutsDELETE
for deleting layoutAdd README: include steps to set up Java environment (see what is already covered by steps for setting up Scala)The text was updated successfully, but these errors were encountered: