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

Refactor projects to have unique REST-appropriate identifiers #74

Open
nickavv opened this issue Jul 15, 2018 · 0 comments
Open

Refactor projects to have unique REST-appropriate identifiers #74

nickavv opened this issue Jul 15, 2018 · 0 comments
Milestone

Comments

@nickavv
Copy link
Member

nickavv commented Jul 15, 2018

Since the frontend is now going to interact with the backend in a RESTful way, it would be handy for everything to be addressed by simple unique identifiers (UUIDs probably).

Currently Projects is the only front-facing model I think. This change will probably involve changing how they are keyed in the datastore, and then changing specifically the Delete Project API's path to /projects/{id} instead of just /projects, removing the DeleteProjectRequest class (moving the "also delete from disk" boolean into a query parameter), and then changing the frontend to send the DELETE request that way instead of the current way.

@nickavv nickavv added this to the 0.1.0 milestone Jul 15, 2018
romeara added a commit that referenced this issue Jul 17, 2018
romeara added a commit that referenced this issue Jul 18, 2018
@romeara romeara removed their assignment Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants