Job description
We timetable for schools. We want to implement a simplified way to data enter requirements for who teaches the class, or which rooms are used. We want a simple GUI and parsing logic, so we can test variations, and ensure the logic works. Then we will incorporate this into our larger application. We have clear specifications on how input strings should be parsed. Example of a more complex string: AM,HK:6+BN,XY:4* & RE:3 We want this broken into parts, such as AM,HK:6 BN,XY:4 RE:3 But there are some variations to consider. See very detailed explanation of this project here: https://docs.google.com/document/d/1fTtbkfCA2y5U03GllWTbkigecAtLu5f0mohS_8yB9C0/edit?usp=sharing This document is partly written for our internal team, so not all relevant, but most shows exactly how we want it to work, with many examples.