|
|
4d1b744516
|
add Middleware + fixed all pages and fixed add propertise
|
2026-08-06 22:26:35 +03:00 |
|
|
|
3bef951d5c
|
Added city and document type
Build frontend / build (push) Successful in 54s
|
2026-07-04 02:53:34 +03:00 |
|
|
|
dab5b62fb7
|
Added translation to all site with edit style
Build frontend / build (push) Successful in 1m40s
|
2026-07-01 15:43:58 +03:00 |
|
|
|
199478f237
|
added the elmeent on the nav and fixed the payments transactions
Build frontend / build (push) Successful in 1m27s
|
2026-06-23 23:32:07 +03:00 |
|
|
|
71b1a71904
|
Delete admin
Build frontend / build (push) Failing after 1m20s
|
2026-06-10 19:50:49 +03:00 |
|
|
|
ddf5367f92
|
Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
Build frontend / build (push) Successful in 1m17s
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-28 18:30:39 +03:00 |
|
|
|
417b6cb393
|
Edit AddProperty
|
2026-05-28 17:42:51 +03:00 |
|
|
|
00ccf5f262
|
the best in the west is mouaz
Build frontend / build (push) Successful in 55s
|
2026-05-25 21:27:39 +03:00 |
|
|
|
5d7b3e3b0f
|
Add new enums to match Flutter project structure
Build frontend / build (push) Successful in 39s
- Add RentPropertyCondition (WithFurniture/WithoutFurniture)
- Add RentPropertyType (Furnished/Unfurnished/SemiFurnished)
- Add RentType (Monthly/Daily)
- Add PropertyService (13 services for detailsJSON)
- Add PropertyTerm (NoSmoking/NoAnimals/NoParties)
- Add Currency (SYP/USD)
- Update enums barrel file
|
2026-03-29 15:27:48 +00:00 |
|
|
|
6394f1d71a
|
Fix CustomerType and OwnerType enums: send int instead of string
Build frontend / build (push) Failing after 45s
- CustomerType: PERSONAL=0, FAMILY=1 (was 'Personal', 'Family')
- OwnerType: PERSON=0, REAL_ESTATE_AGENCY=1 (was 'peerson', 'RealEstateAgency')
- Backend Type column is int(11), sending strings caused 415 errors
|
2026-03-28 14:15:40 +00:00 |
|
|
|
eff0b41b78
|
Add enums, AuthService, and integrate backend registration endpoints
Build frontend / build (push) Successful in 57s
- Add separate enum files: BuildingType, PropertyStatus, BookingStatus, CommissionType, IdentityType, UserRole, City, LoginMethod, OwnerType, CustomerType
- Add AuthService (addToken/getToken/deleteToken)
- Update api.js: use AuthService, add Owner/Add and Customer/Add endpoints
- Update login page to use AuthService for token storage
- Rewrite owner register: 3-step flow with OwnerType dropdown, backend integration, OTP verification
- Rewrite tenant register: 2-step flow with CustomerType dropdown, backend integration, OTP verification
- Update homepage and property detail to use enums instead of hardcoded maps
- Update AddPropertyForm to import from enums directly
- Add console logs and status toasts linked to API response messages
|
2026-03-27 18:03:12 +00:00 |
|