Releases: ArfaMariyam/Parkello
Releases · ArfaMariyam/Parkello
Release list
v2.0.0
Added
- Dynamic real-time tracking variables for all 5 vehicles, total vehicles and Cash/Fee.
- Overall UI/UX update.
Fixed
- Fixed a logic error where total vehicle summaries failed to dynamically step up during operational entry loops.
Phase 1: Interactive Menu Release
Phase 1: Interactive Menu Release
This is the first baseline release of my Car Parking Management System project. I have successfully built the main menu layout and navigation logic!
What's New:
- The Menu Interface: I put the 14-option visual dashboard inside a single
menu()function to show all operator choices clearly. - The Menu Loop: I used a
while(true)loop insidemain()so the application stays open and lets you pick choices multiple times without closing automatically. - Input Routing: I used basic
if-elsestatement chains to check the user's typed number and route options 1 through 14 to their confirmation screens. - Exit Choice: Option 14 safely breaks out of the loop and closes the terminal window cleanly.
Downloadable File:
- You can download the compiled
index.exefile below to test the interactive layout directly on Windows without needing a compiler.
Live Preview:
