ephios
ephios copied to clipboard
ephios is a django web application for managing participation for services at events, like paramedics at a festival, lifeguards at the beach, referees and judges at competitions, etc.
As a user, I want to have a view where I can manage my absences (e.g. holidays). I want to be able to enter new absences (start date, end date,...
As a planner, I'd like to add a reason when rejecting a participation on the disposition view
When the home page is not displaying any boxes (upcoming, consequences etc.) it should display a message telling the user that there is nothing important right now and maybe a...
After introducing a unique_together constraint for users and qualifications on QualificationGrant in #210 there is the following bug: Assuming a user has the qualification A and you load the form...
I expect dates used in the shift configuration for the signup methods to be used as relative dates (e.g. 10 days before the event). This is especially handy for copying...
We are currently using django-recurrence for picking dates while copying an event. This has several issues: - the JS code violates the CSP on every click because the library uses...
This looks bad at the moment with all the buttons and small shift boxes floating around.
when cleaning the EventForm, enforce that at least one user can edit the event (excluding non-object-permissions) Also, for avoiding privilige escalation by deleting and recreating an event: To delete an...
Are you sure?-Prompts #280 Add are you sure jQuery plugin. Load this plugin on form pages. Add classes to inputs that dynamically create new forms to be monitored.
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.2.0 to 8.3.0. Changelog Sourced from importlib-metadata's changelog. v8.3.0 Features Disallow passing of 'dist' to EntryPoints.select. Commits 3c8e1ec Finalize 5035755 Merge pull request #498 from python/feature/entry-points-disallow-dist-match 6d9b766...