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

[Services] Create PageService #9

Closed
ivannov opened this issue Apr 27, 2016 · 1 comment
Closed

[Services] Create PageService #9

ivannov opened this issue Apr 27, 2016 · 1 comment
Assignees

Comments

@ivannov
Copy link
Collaborator

ivannov commented Apr 27, 2016

Make sure that the PageService REST endpoint provides following backend functionalities:

  • Add new page (POST /pages)
  • Update existing page (PUT /pages). If id is null or such page does not exist, create it
  • Delete page (DELETE /pages/{id})
  • Get page by its ID (GET /pages/{id})
  • Get all pages (GET /pages). This should not return the whole Page entities, but rather part of them - their ID and their title

Out of scope for this task:

  • Providing UI
  • Some more sophisticated functionalities like better finders and paging for example
@ivannov ivannov self-assigned this Apr 27, 2016
@ivannov
Copy link
Collaborator Author

ivannov commented Jun 18, 2016

Closed with #11

@ivannov ivannov closed this as completed Jun 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant