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

APIv1: Migrate UI routes to new http server #660

Closed
fmartingr opened this issue Jul 21, 2023 · 1 comment
Closed

APIv1: Migrate UI routes to new http server #660

fmartingr opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
component:backend component:frontend The bug is in front-end type:enhancement New feature or request
Milestone

Comments

@fmartingr
Copy link
Member

fmartingr commented Jul 21, 2023

Migrate the legacy bookmarks static routes to the new router and API specification

Acceptance criteria

  • GET /bookmarks/:id/content: Show bookmark readable version
  • GET /bookmarks/:id/archive: Show bookmark archive version. Take into account if the archive is public or not.
  • GET /bookmarks/:id/ebook: Show bookmark archive version. Take into account if the archive is public or not.
  • GET /bookmarks/:id/thumb: Show bookmark thumbnail
  • Logic should be moved to domains
  • All endpoints should be properly tested.
  • All endpoints require the user to be authenticated, only owners can create, modify and delete bookmarks.

Relates to: #640

Fixes #676

@fmartingr fmartingr added this to the 1.6.4 milestone Jul 21, 2023
@fmartingr fmartingr added type:enhancement New feature or request component:frontend The bug is in front-end component:backend labels Jul 21, 2023
@fmartingr fmartingr self-assigned this Jul 21, 2023
@fmartingr fmartingr changed the title Migrate UI routes to new server Migrate UI routes to new http server Jul 21, 2023
@fmartingr fmartingr mentioned this issue Jul 26, 2023
@fmartingr fmartingr removed their assignment Sep 12, 2023
@fmartingr fmartingr modified the milestones: 1.6.4, 1.6.0 Dec 28, 2023
@fmartingr
Copy link
Member Author

Closed by #775

@fmartingr fmartingr self-assigned this Dec 28, 2023
@fmartingr fmartingr changed the title Migrate UI routes to new http server APIv1: Migrate UI routes to new http server Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:backend component:frontend The bug is in front-end type:enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant