fix readme typo on vet navigation

This commit is contained in:
emmymayo
2024-01-19 19:08:25 +01:00
parent 4606aab2d1
commit 80ce36fd7a
+1 -1
View File
@@ -11,7 +11,7 @@
- Add new table vet_service (fields: id, vet_id, service_name, service_price) - Add new table vet_service (fields: id, vet_id, service_name, service_price)
- Add new table vet_orders (fields: id, pet_id, vet_id, vet_service_id, payment_method, amount, tax, total, status ("new", "completed")) - Add new table vet_orders (fields: id, pet_id, vet_id, vet_service_id, payment_method, amount, tax, total, status ("new", "completed"))
- Update the navigation for owners to: Home, Veternarian, logout, My pets - Update the navigation for owners to: Home, Veternarian, logout, My pets
- Update the navigation for owners to: Home, Owner, logout, Orders, My Services - Update the navigation for vets to: Home, Owner, logout, Orders, My Services
- Add Login page for owners - Add Login page for owners
- Add Login page for vets - Add Login page for vets
- Add pagination to all table pages - Add pagination to all table pages