oblyk / oblyk-app

App part of Oblyk Project. The open source climbing platform !
https://oblyk.org/
33 stars 9 forks source link

Unavailable pages in the gym management #31

Open P-Bouche opened 1 year ago

P-Bouche commented 1 year ago

I deployed a functional oblyk fork on my PC for debugging purposes but I encountered the following issues :

  1. I could not find how to accept the administration request of a new gym. I had to directly update the docker DB.
  2. A fair amount of links seem broken, I could correct some of them in the PR I am working on but not all of them since I struggled to understand the logic between URLs with or without /a/, among other. Could you provide a bit more info on the logic you have for the URLs of the gym feature ?
lucien-chastan commented 1 year ago

Hi @P-Bouche

Thanks for your feedback globally the /a/ pages are all the pages used to modify, create, administer an item

I was forced to do this because I couldn't find a solution with nuxt so that the /crags/:id/:slug/edit page (for example) doesn't inherit the crag header which is at the /crags/:id/:slug level.

It is possible that there are pages in the indoor party that do not follow this logic. But this shouldn't be the case, it would be an oversight when switching from the vue app to nuxt

At the moment we are working on the ergonomics and global design of the application: https://github.com/oblyk/oblyk-app/tree/devel/new-interface this version should be released very soon.

We plan to work on the indoor part once this work is finished.

Thanks again for your help!