-
Notifications
You must be signed in to change notification settings - Fork 46
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
[WIP] Restructure #167
[WIP] Restructure #167
Conversation
for seeding a test db instance
The biggest change for now is the proposed db structure. It can be found here: Lines 1 to 84 in ad3a86a
There's (at least) two todos there still open. Updating the I'd also love to use PostGIS for the coordinate fields, but don't have a clue how to query against that 🙈 |
I just want to state that I did not yet remove the modules from the main repo completely. There are still unresolved dependencies. You can use the modules from https://github.com/offenesdresden/ParkApi_Modules with my ParkAPI fork https://github.com/offenesdresden/ParkAPI/tree/external_modules but you cannot use the modules alone as they still require dependencies only available in the ParkAPI repo. This is surely something that needs to be fixed. |
Closing in favor of a new approach. |
This is still very much a work in progress without a lot of progress. I spent some time in the last few days rethinking the basic db (and app) structure. Not sure how far I'll get in the next few days, so I'm dumping this here for now.
Basic ideas:
This PR will likely stay open for a while, please unsubscribe if you don't want to get GitHub notifications for every update 🙈 I apologize in advance! 😅 I'm opening it instead of just leaving a branch so that changes can be discussed here.