Skip to content

Releases: s3550293/Software-Engineering-Process-and-Tools

Part C Release

25 May 04:46
Compare
Choose a tag to compare

Version C Release V1.1.1
[Fixed] possible crash when business has not chosen a GUI color.

Business Owner
[Fixed] business owner unable to make a booking for a customer.

Customer
[Fixed] customer could register with the same username as an existing user in the same business.
[Fixed] customer could not select an employee to book

Root
[Fixed] List view would not refresh when adding and deleting a business

Release

22 May 03:35
Compare
Choose a tag to compare

Version C Release V1.1
[Updated] graphical user interface performance increase.
[Added] root user account to add businesses
[Added] ability to manage multiple business
[Added] User can choose which business
[Added] Login image changed when a new business is selected

Business Owner
[Updated] changed hours into two parts, weekday hours and weekend hours.
[Added] Setup window when business owner first logs allowing them to add business details.
[Added] GUI color customization for company.
[Added] Business owner can upload an image to display at the login window.

Customer
[Updated] dynamic booking time depending on the selected business working hours
[Added] view bookings for the logged in customer
[Added] ability to cancel booking

Root
[Added] ability to add a business login
[Added] ability view all businesses in the database
[Added] ability to delete a select business and all data connected to the business
[Added] ability to login without needing to select a business

Part B Release

01 May 03:35
Compare
Choose a tag to compare

Version B Release v1.0
[Updated] password is now hidden when entering user's password to login.
[Added] graphical user interface (GUI).
[Added] login Image.
[Added] program icon.

Business Owner
[Fixed] possible crash when viewing a select employee’s working times.
[Updated] employee working times changed to weekly shifts, only change when the business owner chooses to change them.
[Updated] employee working times changed to 3 blocks.
[Added] ability to make a booking on behalf of an employee.
[Added] ability to search for a customer.
[Added] ability to add services.
[Added] view services and service details.
[Added] ability to search for a service.
[Added] view booking details.
[Added] cancel booking.
[Added] ability to search for a booking by customer name.
[Added] ability to search employee by employee name.
[Added] new add employee working times interface.

Customer
[Updated] customer can enter more information when registering.
[Updated] password is now hidden when entering user's password to register.
[Added] password confirmation field
[Added] customer can make a booking
[Added] booking times blocked out if unavailable.
[Added] dynamic employee selection list, displays available employees depending on

Part A of Assignment

27 Apr 04:09
Compare
Choose a tag to compare
Part A of Assignment Pre-release
Pre-release

Version A Pre Release v0.5
[Added] User login.
[Added] login attempt limit (this limiting being 10).
[Added] SQLite database support

Business Owner
[Added] add new employee.
[Added] add working time to existing employee for the next Month.
[Added] display available employees for the next 7 days.

Customer
[Added] Customer account register.
[Added] username register check preventing users from entering a username that is already taken.
[Added] password rules (password must more than 6 characters and contain both an uppercase lowercase and number character).
[Added] customer menu
[Added] customer can start making a booking
[Added] cancel booking option in business menu
[Added] display bookings