What it does
SAP-ER Efficient is a sophisticated software designed specifically for tire change companies.
How we built it
SAP-ER Efficient is a sophisticated software designed specifically for tire change companies.
It allows the company to stream in reservations, and it optimizes their bay allocations for maximum revenue.
The resulting calendar is visible on a website, but the flexible response JSON allows for it to be displayed anywhere.
How we built it
The front-end is in HTML, CSS, and JavaScript, while the back-end is in Python. There is a simple HTTP server on the back-end which, given a request time (the current time, if used in a real environment), returns optimal bay allocations for each day up to the request time.
Challenges we ran into
Throughout the development process, we faced challenges such as verifying the correctness of an algorithm we came up with, which we believe to be optimal.
We faced many issues with tracing recursive functions, we are still not quite sure how to do so effectively, without using a debugger (like python's pdb).
Accomplishments that we're proud of
The code was quite robust for the first 80%! But it started falling apart as we ran out of time. Much better than last year :D
Log in or sign up for Devpost to join the conversation.