Expand on the Parking API mockup data #264
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the Parking API shows 4 areas with 3 spots per area. This needs to be expanded in way that reflects the schools parking areas and spots, the occupied data will be mockup.
As discussed in the customer meeting, I feel that it is suitable to reflect the 3 main parking areas as closely as possible including relative coordinate layout of parking spots. At the very least the following customizations.
The parking API now currently can send data to the frontend via its endpoints. It is currently missing a visualization of the data and some admin tools should be implemented.
We might not be able to implement the admin tools this year as we don't have users or roles at the moment, but a frontend component might be plausible.
How long I am came a long on this issue:
What is done
The below branch contains information on adding a new spot. It has a form and a way to handle to post the data
What is left
the update of existing areas and disable temporarily or permanently is not implemented.
What to consider before starting this issue
The new structure has changed and files may have been moved. This code is from early weeks of 2026. So Make sure you rebase the branch or you just copy paste what you need.