BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Multiple event times of a training display as separate events #1156

Open bledsoef opened 3 months ago

bledsoef commented 3 months ago

For events like All Volunteer Training, they will be offered multiple times, but if you attend only one it will say there are multiple programs you have not completed. We need to find a way to still have the ability for multiple offerings of the same program but make it so that multiple instances of the same training only appear as one for training eligibility. Here is an example of the problem.

programissue

bledsoef commented 3 months ago

Multiple event times of a training display as separate events

vungc commented 3 weeks ago

We came up with a solution from fixing the database and would add a new column "customEventId" which will be very similar to the recurringId and will act the same in cases like deleting multiple events. The two will differ in situations the frequency and naming. We will have to edit models, and logic, views.