Skip to content
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

Closed
pling-scottlogic opened this issue Aug 25, 2023 · 3 comments · Fixed by #57
Closed

Create REST service for layout management #25

pling-scottlogic opened this issue Aug 25, 2023 · 3 comments · Fixed by #57
Assignees
Labels

Comments

@pling-scottlogic
Copy link

pling-scottlogic commented Aug 25, 2023

Background

As part of the layout management directive, we want to create a backend service to handle remotely saved layouts.

Work Required

  • Create a backend service to act as a layout management server with Java and Spring Boot
    • Define an API on the service with the following endpoints:
      • GET for loading saved layouts
      • POST for saving new layouts
      • PUT for updating existing layouts
      • DELETE for deleting layout
  • Set up an in-memory H2 database for persisting layouts and metadata
  • Create a service and repository layer to connect the API to the database
    • API contract using openAPI (Good to have. Timebox: 0.5 day)
  • Add README: include steps to set up Java environment (see what is already covered by steps for setting up Scala)
@cfisher-scottlogic
Copy link

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.

@pling-scottlogic
Copy link
Author

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.

@cfisher-scottlogic cfisher-scottlogic linked a pull request Oct 11, 2023 that will close this issue
4 tasks
@cfisher-scottlogic
Copy link

  • Add README: include steps to set up Java environment (see what is already covered by steps for setting up Scala)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants