adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
87 stars 29 forks source link

Support other language and jalali calendar #169

Open AmirMohammadDehghan opened 3 months ago

AmirMohammadDehghan commented 3 months ago

Feature Description

Wow your package is really fantastic but it didn't support jalali or shamci calender and in our country miladi calender to book appointments not useful

The Ideal Solution

you can add jalali calender in your project and if you needed my help you can have it bro

The Current Solution

I suggest you to use this I found some useful resources: https://pypi.org/project/django-jalali-date/ https://stackoverflow.com/questions/42182989/jalali-calendar-in-fullcalendar https://github.com/mzangeneh/fullcalendar-shamsi

Additional Context

Add any other context or screenshots about the feature request here.

Are you willing to help with the implementation?

Priority

How important is this feature to you?

adamspd commented 3 months ago

Hi @AmirMohammadDehghan,

Thanks for the awesome feedback! Adding a Jalali calendar sounds like a great idea, especially for users in Iran and Afghanistan. I'm not too familiar with it, so it'd be fantastic if you could help out by making a pull request with the necessary changes. I can help review and guide you through it if needed.

What do you think?

AmirMohammadDehghan commented 3 months ago

Hi @adamspd I am really interesting to contribute in this project in my free times and for this I need more information about how logic of this system work and structure of project and review codes for start integrate jalali calendrer before start we should think about how manage and make choice to use this both calendars since we need differ models and views and template and assets files and we should decide to use new models and view or we should integrate this present model and view with jalali

what do you think about this?

adamspd commented 3 months ago

So, you mean that in order to integrate it, new models are required ?

I will create a diagram of the models and of some use cases for you so you may have a better understanding.

AmirMohammadDehghan commented 3 months ago

Thanks @adamspd I am not sure but maybe we should do it OK I am waiting for you bro

AmirMohammadDehghan commented 3 months ago

I checked again model you used date time field for save dates but I think for jalai calendar is better to use jalali date field it have package and jalali calender week days start from Saturday we should be careful full about it

adamspd commented 3 months ago

I might have a few ideas, let me think about them and I will let get back to you once they are clearer in my head. In the meantime, if you have any questions, other than this issue, let me know.

You're used to coding with python, right ?

AmirMohammadDehghan commented 3 months ago

OK I am waiting

Yes I am coding about 4 years as python programmer and 2 years I am working at web development as django programmer Yea I am familiar with python

AmirMohammadDehghan commented 3 months ago

If I had other questions I'll ask you

adamspd commented 3 months ago

I will get back to you during the weekend.

AmirMohammadDehghan commented 3 months ago

Ok

adamspd commented 2 months ago

Sorry it took me so long to respond to you. The only thing I can think of that would be a better solution would be to create an entirely separate package for jalali calendar. Unless you have a better idea.

I use fullcalendar to display the calendar, and while searching I found this equivalent of full calendar here. Not sure if it works 100%, but I wouldn't know until I try it locally. If it works, I'll let you know where you're going to find the code, and you can test it and add more to it if you'd like.

AmirMohammadDehghan commented 2 months ago

Good I'd waiting for you