kwokcheong / Personal_Finance_Tracker_TIC2601

Personal Finance Tracker for TIC2601 : Database Web App project
1 stars 0 forks source link

Take note: #3

Open kwokcheong opened 2 years ago

kwokcheong commented 2 years ago

@ChiaAmeline @directorkang @zzlilyzz @Anyerxkp https://github.com/kwokcheong/Personal_Finance_Tracker_TIC2601/commit/226c699fd7a117485b900050be688813ae4c5d5b

  1. all table with recurring start/end date will now be defaulted to current date even if user select Not recurring rationale: alot of bugs when working out edit form. it would also be ok if the field has a date, can mainly check if recurring true or false

  2. reduced 300 records in stop prod to 6, saw that the form has trouble loading 300, will occasionally flash whole data in the table

  3. Moved creation of admin user account to initialize. Facing issue running that in stop prod, not sure why x(

kwokcheong commented 2 years ago

also we can add a check to ensure that the start date is always before end date