Adams Pierre David

Results 8 issues of Adams Pierre David

## Feature Description Currently, the system sends only reminder emails using Django-Q task functionality. It is proposed to introduce a new variable in the settings to determine if the user...

enhancement
feature

## Feature Description Utilize Django-Q to schedule tasks for cleaning up unnecessary objects, such as Appointment Requests that are not associated with any appointments and are older than a specified...

enhancement

## Feature Description As pointed out by the issue #2 regarding the minimum time between two slots, being able to manually enter your slots would be one possible solution, especially...

enhancement
feature

Hi @Junaidiqbal35, when you were talking about google calendar sync, were you talking about having an ics file that the user could use to add the event in his calendar...

dependencies
tests
user-interface

Currently, the appointment system uses a fixed slot duration for all services, which can lead to potential overlaps when service durations vary significantly. I need to implement a more flexible...

bug
help wanted

Currently, when a service has a duration of less than 1 minute, the [JavaScript function calculating the end time](https://github.com/adamspd/django-appointment/blob/01fcc1ab2a2563b2e473022053004f50c54448ff/appointment/static/js/appointments.js#L92) doesn't account for seconds. This results in the end time being...

bug
help wanted
good first issue

# Add recurring appointments feature ## What changed - Added full recurring appointments functionality with daily, weekly, and monthly patterns - Calendar selection auto-syncs with recurring settings (until date and...

documentation
dependencies
user-interface
feature