vchikalkin
|
a4608ead43
|
fix slots queries
|
2025-05-23 16:08:20 +03:00 |
|
vchikalkin
|
d8f853180b
|
app/orders: fill page with content
|
2025-05-21 18:40:53 +03:00 |
|
vchikalkin
|
52d68964f1
|
take into service duration when computing times
|
2025-05-21 16:27:56 +03:00 |
|
vchikalkin
|
b8880eedee
|
move getAvailableTimeSlots to server
|
2025-05-20 19:25:25 +03:00 |
|
Vlad Chikalkin
|
9314cdd1cb
|
merge branch 'refactor-api' (#23)
* refactor customer api
* refactor slots api
* hooks/customers: use invalidateQueries
* refactor services api
* optimize hooks queryKey
* refactor orders api
* typo refactor hooks
* fix telegramId type (number)
* fix bot with new api
* rename customers masters & clients query
* fix useClientsQuery & useMastersQuery query
* new line after 'use client' & 'use server' directives
|
2025-05-20 14:27:51 +03:00 |
|
vchikalkin
|
0ed90d5451
|
split next-button into two buttons
|
2025-05-09 17:56:53 +03:00 |
|
vchikalkin
|
1528cc25b8
|
create order works!
|
2025-05-08 19:30:00 +03:00 |
|
vchikalkin
|
24fb2103f7
|
apps/web: rename actions/service -> actions/services
|
2025-05-08 16:47:02 +03:00 |
|
vchikalkin
|
3738c4e2a9
|
select time feature & get final order values
|
2025-05-07 17:33:35 +03:00 |
|
vchikalkin
|
2bc7607800
|
improve useSlots hook
|
2025-04-16 17:19:22 +03:00 |
|
vchikalkin
|
ec32f56f8b
|
hooks/profile: allow pass empty args to useProfileQuery/useProfileMutation
|
2025-04-10 12:46:07 +03:00 |
|
vchikalkin
|
4143151cbb
|
add self to masters list & border avatar
|
2025-04-09 19:12:01 +03:00 |
|
vchikalkin
|
2a830ceffb
|
optimize useCustomerContacts
|
2025-04-09 16:10:27 +03:00 |
|
vchikalkin
|
461bca0a0b
|
prepare for split contacts grid into masters/clients grid
|
2025-04-09 13:18:22 +03:00 |
|
vchikalkin
|
aacb7fa998
|
hooks/slot: rename index -> master
|
2025-03-14 17:58:44 +03:00 |
|
vchikalkin
|
b6d7fabba1
|
add service select
|
2025-03-10 18:18:23 +03:00 |
|
Vlad Chikalkin
|
06be87f0ec
|
Feature/records (#22)
* components/profile: rename components files
* components/profile: organize files & folders
* split DataCard to 2 components
* [2] components/profile: organize files & folders
* data-card: fix phone field disabled
* fix card header color
* add schedule button for master
* fix navigation & profile background
* add basic schedule page
* fix bottom navbar overflows content
* header: remove bottom margin
* replace vanilla calendar with shadcn/ui one
* add slot functional
* fix forbidden error
* add slot operations
* show slots
* filter by selected day
* add hook useSlots
fix update slots list after add slot
fix initial fetch slots
* use slots hooks
* split edit-slot-form into files
* rename /time-slots -> /components
* refactor components & folders structure
* add feature: delete slot
* hooks/slot: update query keys
* add hooks/profile
* add hook useProfileMutation
* use useProfileMutation hook for update role
* rename useProfile -> useProfileQuery
* fix useProfileQuery queryKey
* add hook useContactsQuery
* remove unused ternary operator
* header: add backdrop blur
* create slot cards
* fix elements y center
* fix getSlots filters
* ui/ux improvements
* fix date time types & names
* move profile components from sub folder
* add basic slot page
* fix add slot form padding x
* add slot buttons
* extend slot card information
* fix import type
* use Container in pages
* change orange -> yellow for dark
* use Loading spinner in slots list
* refactor \components\schedule dir structure
* add orders list
* change query & mutation keys
* change url /profile/schedule/slot/ -> /slots/
* order: show services
* remove prefetchQuery
* bring the results of queries and hooks into a single form
* react query: globally show error toast
* add font inter
* fix header: center text
* orders: add sorting
* order card: add avatar
* rename records -> orders
* reduced text size
* fix slot buttons
* fix datetime card ui
* fix header: center text (finally)
* layout/container: last:mb-4
* fix type
* slot-datetime: use ReadonlyTimeRange
* rename files & components
* remove unnecessary context using
* feature: edit slot time
* fix: selected day reset after go back to /schedule
* rename AddTimeRange -> EditableTimeRangeForm & refactor
* fix some elements on page before data loaded
* fix text size
* slot-card: remove gap
* slot-date: remove margin
* fix slots & orders layout
* toast: show error text in ui
|
2025-02-20 18:11:28 +03:00 |
|
Vlad Chikalkin
|
10b36978fe
|
Feature/10 contacts (#16)
* apps/bot: add feature add contact
* apps/bot: check role 'master' before add contact
* apps/bot: rename createCustomer -> createUser
* remove ';'
* app/bot: add contact define name & phone
* apps/bot: check user already exists w/o telegramId (invited)
* Чтобы добавить контакт, сначала поделитесь своим номером телефона.
* apps/bot: create or update functions
* apps/bot: remove api.ts -> move getCustomer to packages/graphql/api
* packages/graphql: add api/customer tests
* tests for createOrUpdateClient
* fix(apps/web): user is undefined
* fix(apps/web): actions getCustomer
* feat(apps/web): update user photo on app launch
* rename page 'masters' -> 'contacts'
* feat(apps/web): add basic /contacts page
* fix app layout
* refactor customer queries
* add action getProfile
* get customer contacts
* use zustand for contacts
* add loading spinner
* rename filteredContacts -> contacts
* replace zustand with @tanstack/react-query
* profile: use react-query
* refactor updateRole function
* move updateRole closer to profile-card
* beautify actions
* add page 'profile/[telegramId]'
* profile: add button "message to telegram"
* profile: add call feature
* app/bot: normalize phone before register
* do not open keyboard on page load
* contacts: loading spinner
* telegram login: customer.active=true
* update name on telegram first login
|
2025-01-20 18:11:33 +03:00 |
|
vchikalkin
|
44d5c77037
|
apps/web: prepare for auth
|
2024-12-23 17:36:29 +03:00 |
|
Vlad Chikalkin
|
49df4365ca
|
Feature/telegram integration (#4)
* add files from official template
* remove all official template trash
|
2024-12-11 16:00:55 +03:00 |
|