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

Full Rewrite #539

Open
3 tasks
maede97 opened this issue Oct 28, 2024 · 0 comments
Open
3 tasks

Full Rewrite #539

maede97 opened this issue Oct 28, 2024 · 0 comments
Labels
backend enhancement New feature or request UI/UX

Comments

@maede97
Copy link
Member

maede97 commented Oct 28, 2024

We should clean up the backend and frontend.

Currently, if a user uploads a gpx file, the file is sent to the backend. the backend parses the route and sends the data back to the frontend. finally, the frontend sends the route back to the backend using the "options" dictionary.

This makes it much harder to load waypoints from the gpx file itself, since we have to send them to the frontend and back (using new keys in the options dictionary).

  • Importing Swisstopo GPX file should restore way_points in our app
  • All backend API urls should have unit tests
  • unit tests for other docker containers
@maede97 maede97 added enhancement New feature or request UI/UX backend labels Oct 28, 2024
This was referenced Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request UI/UX
Projects
None yet
Development

No branches or pull requests

1 participant