DeeRice / MySoftware

This Repo Will Contain My Personal Projects For Internal Use
0 stars 1 forks source link

Task Left to do #4

Open DeeRice opened 2 months ago

DeeRice commented 2 months ago
  1. Fix the pickers (add/fix Enum values, saving/retrieving)
  2. Add Notification View Page
  3. Disable/Hide Notification tabs if the job list is empty
  4. Figure out how entity framework deals with Identity columns and make the change
  5. Add notification popup when date = setdate
  6. Update unit test in MSTest/Karma Jasmine
DeeRice commented 2 months ago

picker issue is resoved

DeeRice commented 2 months ago

notification page is created.

DeeRice commented 2 months ago
  1. Disable/Hide Notification tabs if the job list is empty (enhancement)
  2. Styles for Date Picker interfering with style for header grid (bug)
  3. Figure out how entity framework deals with Identity columns and make the change (enhancement)
  4. Add notification popup when date = setdate (enhancement)
  5. Update unit test in MSTest/Karma Jasmine (enhancement)
DeeRice commented 2 months ago

Disable/Hide Notification tabs if the job list is empty (enhancement) - done

DeeRice commented 2 months ago

Styles for Date Picker interfering with style for header grid (bug) - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Add notification popup when date = setdate
  4. Update unit test in MSTest/Karma Jasmine
DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Add notification popup when date = setdate
  4. Update unit test in MSTest/Karma Jasmine
  5. refresh grid after changes
  6. Close notification event after selection (bug)
DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Add notification popup when date = setdate
  4. Update unit test in MSTest/Karma Jasmine
  5. refresh grid after changes
  6. Close notification event after selection (bug)
  7. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

Close notification event after selection (bug) - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Add notification popup when date = setdate
  4. Update unit test in MSTest/Karma Jasmine
  5. refresh grid after changes
  6. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

refresh grid after changes - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Add notification popup when date = setdate
  4. Update unit test in MSTest/Karma Jasmine
  5. fix issue where angular submitted for a later day than what is listed (likely has some to do where a 4 hour time window)
  6. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

Add notification popup when date = setdate - done fix issue where angular submitted for a later day than what is listed (likely has some to do where a 4 hour time window) - work around [removed time] - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Fix error handling
  3. Update unit test in MSTest/Karma Jasmine
  4. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

Fix error handling - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Update unit test in MSTest/Karma Jasmine
  3. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

Update unit test in MSTest/Karma Jasmine - done.

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
  2. Restructure what properties should be required and implement required property with checks on UI/database
DeeRice commented 2 months ago

Restructure what properties should be required and implement required property with checks on UI/database - done

DeeRice commented 2 months ago
  1. Figure out how entity framework deals with Identity columns and make the change
DeeRice commented 2 months ago
  1. Test full functionality of application and log any bugs/enhancements as needed.
  2. Run unit test on client and server and ensure the test on the server and client are working as intended
DeeRice commented 1 month ago
  1. Change JobID and NotificaitonID to Unique and Make Primary Key for Job (JobNumber, JobTitle, JobLocation).
  2. Fix Dates not being defaulted in edit screens.
  3. Call the tabs initialize method after jobs/notification add/remove, and on init of job/notificaiton view
DeeRice commented 1 month ago
  1. Change JobID and NotificaitonID to Unique and Make Primary Key for Job (JobNumber, JobTitle, JobLocation).
  2. Fix Dates not being defaulted in edit screens.
  3. Call the tabs initialize method after jobs/notification add/remove, and on init of job/notificaiton view
  4. JobID/NotificationID value is not correctly showed after an update (decided what to do about add screen ID's)
  5. Test full functionality of application and log any bugs/enhancements as needed.
  6. Run unit test on client and server and ensure the test on the server and client are working as intended
DeeRice commented 1 month ago

Figure out how entity framework deals with Identity columns and make the change - done

DeeRice commented 1 month ago

Fix Dates not being defaulted in edit screens. - done

DeeRice commented 1 month ago

Call the tabs initialize method after jobs/notification add/remove, and on init of job/notificaiton view - done

DeeRice commented 1 month ago

JobID/NotificationID value is not correctly showed after an update (decided what to do about add screen ID's) - done.

DeeRice commented 1 month ago
  1. Change JobID and NotificaitonID to Unique and Make Primary Key for Job (JobNumber, JobTitle, JobLocation).
  2. Test full functionality of application and log any bugs/enhancements as needed.
  3. Run unit test on client and server and ensure the test on the server and client are working as intended
DeeRice commented 1 month ago
  1. Change JobID and NotificaitonID to Unique and Make Primary Key for Job (JobNumber, JobTitle, JobLocation).
  2. Test full functionality of application and log any bugs/enhancements as needed.
  3. Run unit test on client and server and ensure the test on the server and client are working as intended
  4. Edit notification page should have a uneditable textbox with value for FK_JobName, NotificationID, and NotificationNumber
DeeRice commented 1 month ago

Edit notification page should have a uneditable textbox with value for FK_JobName, NotificationID, and NotificationNumber - done.

DeeRice commented 1 month ago

Change JobID and NotificaitonID to Unique and Make Primary Key for Job (JobNumber, JobTitle, JobLocation). - done

DeeRice commented 1 month ago
  1. refresh job drop down on setnotification page, on tab change
  2. popups should only display the proper message. Display error for errors. Display success for success.
  3. Fixed edit functionality on job/notification
  4. determine how the data should be displayed on the details page and update it based on the fields.
  5. Ensure delete pages are working properly on both job and notification.
  6. Ensure notification popup pops up on the proper day.
DeeRice commented 1 month ago

refresh job drop down on setnotification page, on tab change - fixed

DeeRice commented 1 month ago
  1. popups should only display the proper message. Display error for errors. Display success for success.
  2. Fixed edit functionality on job/notification
  3. determine how the data should be displayed on the details page and update it based on the fields.
  4. Ensure delete pages are working properly on both job and notification.
  5. Ensure notification popup pops up on the proper day.
  6. NotificationID should be updated on Job object when a notification is created in the database.
  7. While Editing a job, the NotificationID should pull back the proper ID if a notification is attached.
DeeRice commented 1 month ago

While Editing a job, the NotificationID should pull back the proper ID if a notification is attached - done.

DeeRice commented 1 month ago

Fixed edit functionality on job/notification - done.

DeeRice commented 1 month ago
  1. popups should only display the proper message. Display error for errors. Display success for success.
  2. determine how the data should be displayed on the details page and update it based on the fields.
  3. Ensure delete pages are working properly on both job and notification.
  4. Ensure notification popup pops up on the proper day.
  5. Fix unitTest to reflect all the latest changes
DeeRice commented 1 month ago

Ensure delete pages are working properly on both job and notification. - done.

DeeRice commented 1 month ago
  1. popups should only display the proper message. Display error for errors. Display success for success.
  2. determine how the data should be displayed on the details page and update it based on the fields.
  3. Ensure notification popup pops up on the proper day.
  4. Saving A Edit Notification should take us back to the notification View Tab.
  5. Saving A Edit Job should take us back to the View Job tab.
  6. Saving A new Job should take us back to the View Job tab.
  7. Saving A new notification should take us back to the View Notification tab.
  8. Fix unitTest to reflect all the latest changes
DeeRice commented 1 month ago

Saving A new Job should take us back to the View Job tab. - done Saving A new notification should take us back to the View Notification tab. - done

DeeRice commented 1 month ago
  1. popups should only display the proper message. Display error for errors. Display success for success.
  2. determine how the data should be displayed on the details page and update it based on the fields.
  3. Ensure notification popup pops up on the proper day.
  4. Saving A Edit Notification should take us back to the notification View Tab.
  5. Saving A Edit Job should take us back to the View Job tab.
  6. Fix unitTest to reflect all the latest changes