Skip to content

Releases: T-Atlas/EBU6304_G058_flight

5.0 RELEASE (May 27, 2022) The final version

29 May 13:31
6be8ad8
Compare
Choose a tag to compare

5.0 RELEASE (May 27, 2022) The final version

  • Fixed several bugs.
  • Added many test units.
  • Completed javadocs.
  • Published the final version.

5.0 Beta (May 20, 2022) The Latest version

22 May 02:43
ad1c425
Compare
Choose a tag to compare
Merge pull request #115 from T-Atlas/LianJunhong

update to 5.0

4.5 Beta (May 13, 2022) The Latest version

15 May 15:54
9d5a7de
Compare
Choose a tag to compare

4.5 Beta (May 13, 2022) The Latest version

  • Updated the seat price and get the price in Payment page.
  • Updated the pay QR code.
  • Added the boarding pass code and tag code in the last page.
  • Fixed the bugs in implements.
  • Improved the pages design.
  • Fixed the bugs of codes and selecting seat.
  • Updated validators.
  • Added test units.

4.0 Beta (May 8, 2022)

  • Several bugs fixed and new features added in this release.
  • Separated printing function and created scanning function.
  • Updated the help function and fastjson snapshot.
  • Fixed bugs of Printer and Scanner.
  • Update fastjson 2.0.2 fulling test of new dependency.
  • Added the navigation map and showed the boarding gate in page.
  • Improved the ScanInstructionController and show the video how to scan ID card to users.
  • Improved Scanner to ues Runnable and Thread pool.
  • Refactor SeatMapImpl with GetSeatMapImpl and SetSeatMapImpl.

3.5 RELEASE (May 1, 2022)

  • Several bugs fixed and new features added in this release.
  • Fixed the bug of showing the retrieve information and beautify the page.
  • Improved the interface of selecting food type.
  • The interface logic of searching user information according to function selection is realized.
  • The function of finding user interface is reconstructed.
  • Fixed RetrieveController select passenger flight bugs.
  • Improved the implementation of the interfaces.
  • Adjust the effect of printing boarding pass progress bar and added printer sound.
  • Optimized thread synchronization.
  • Fix percentage showing during processing print the tags.
  • Updated the Json and CSV files.
  • Refactor to update fastjson1 to fastjson2 and fixed bugs.
  • Added help page.
  • Added several test units.

5.0 Release

29 May 13:29
9f2f301
Compare
Choose a tag to compare

5.0 RELEASE (May 27, 2022) The final version
Fixed several bugs.
Added many test units.
Completed javadocs.
Published the final version.

3.0 Beta (April 24, 2022) Latest version

24 Apr 07:21
Compare
Choose a tag to compare
  • Several bugs fixed and new features added in this release.
  • Fixed scene switching. Now the scene can be switched in the same window.
  • Fixed the bug that the application will crash when the user select nothing but submit.
  • The showSeatMap function has been refactored to reduce coupling.
  • The interface logic of searching user information according to function selection is realized.
  • The function of finding user interface is reconstructed.
  • Updated CSV file to generate corresponding flight seating map based on flight ID.
  • Added the ability to automatically generate passenger boarding cards.
  • Improved front and back seating map compatibility.
  • Many unit tests have been added to test our main functions.