-
![image](https://github.com/user-attachments/assets/5b45ced7-a302-44b5-88dc-29edda89b429)
Finish button become disabled and `appointmentrequest` instance is created. But how to create the `appoinetme…
-
I've been a long time fan of what OpenUp does (like the new name). I'm still finding my feet on how best to contribute to these projects. So, instead of forking this git, adding features, and hoping f…
-
class AppointmentForm(forms.ModelForm):
File "/usr/local/lib/python3.10/site-packages/appointment/forms.py", line 43, in AppointmentForm
phone = PhoneNumberField(widget=PhoneNu…
-
### Summary
**What we are after:**
_The FEC's 50th anniversary is in **2025**. Maybe we can move the 40th timeline off transition by turning it into the 50th and putting it in our current format. …
-
**Core Features:**
* **Service Discovery & Booking:**
* **Search:** Filter services by location, category, price range, reviews, availability.
* **Browse:** Discover services through cu…
-
As a **Registered Customer** I can **book an appointment** so that **I can groom my dog**.
### **Acceptance Criteria**
- Given a registered customer is logged in
- When the customer clicks on "Boo…
-
On the main branch:
```
./manage.py test appointment.tests.utils.test_db_helpers --shuffle
Using shuffle seed: 4356288042 (generated)
Found 87 test(s).
Creating test database for alias 'defau…
-
**Describe the bug**
Followed installation steps as specified in the docs quick start guide. Upon running server, seems to be an issue with loading the appointment URL. Despite exactly matching url, …
-
Seems to integrate well with Django according to GPT, can you try this first?
https://chatgpt.com/share/86dd147d-5f10-4660-ba22-70581cb11548
-
```python
@admin.register(MyModel)
class MyModelAdmin(admin.ModelAdmin):
@admin.display(description="foo")
def foo(self, obj):
...
reveal_type(foo) # should be (self: Self@MyModel…