Veterinary appointment app
Hi everyone! I am new to the server. I would like to create a project of a veterinary clinic, where there are owners and veterinarians. I have been doubting a lot whether to make my application with filament or not. The main idea is to have an appointment management system where vets can put their available schedules and owners can schedule appointments for their pets. I wanted to do something like the calendars that are in some restaurants to book a table, where you can see what days they have openings and within those days choose a time slot available.
I have several doubts:
1. do you think that all this can be implemented with filament or should I do a clean installation of laravel? (I don't have much time to do the project so that's why though about filament)
2. I am concerned about the calendar and the integration of appointments. Can I use external resources/libraries that are not made for filament? do you know any library in filament that can help me with the appointment calendar (and that is free...)?
thank you very much for your time
5 Replies
Hi,
All of this can be done with Laravel & Filament. If you're a good dev in PHP/Laravel, all of yhis can be achieved.
The question is, how good are you for that be done ?
but anyway, you can check this calendar plugin (filament) https://filamentphp.com/plugins/guava-calendar#date-click-context-menu
And if you're good at javascript/AlpineJs you can build a calendar. i build one for multi-resources for cars rental
I'm still learning but I will try to do my best :/ thanks for the resource. I was looking for something more like flatpickr calendar.
Maybe I can do everything with the datepicker from filament
I've seen I also can work with a JavaScript datepicker, so I would be able to do it, select date, thi date queried the database and shows you the available hours of that day and show them in the front. Theory it should work.