ref: 7795e3c00275c672cdf6189912ff56ce7472eee0
parent: 451480115706ea180099b3aa919a505b6bfab6f6
author: halfwit <michaelmisch1985@gmail.com>
date: Sat Nov 30 08:18:29 PST 2019
Update TODO
--- a/TODO
+++ b/TODO
@@ -33,17 +33,9 @@
[ ] pages/messages.go: Boiler plate internationalization
[ ] templates/messages.tpl: convert from messages.html
-TODO (halfwit) patient/symptoms.html
-[x] plugins/login.go: Validate user login
-
TODO (halfwit) send email to client for form submission after transaction completed
[ ] transactions/symptoms.go: Send URL encoded link via email and wait for authorized login to pages
-TODO (halfwit) login.html - We want to redirect back to the inaccessible page after successful (re) login
-[x] router/pages.go: On no "access" to page, redirect to login
-[x] pages/login.go: Check map for "redirect" member. Remove After: struct member
-[x] forms/login.go: Verify "redirect" is set and follow
-
TODO (halfwit) doctor/bookings.html - Look up details of a specific booking from profile
[ ] plugins/bookings.go: URL encodidng such as '?id=1320984392184298'
[ ] plugins/bookings.go: Use token to add booking data to map
@@ -88,3 +80,12 @@
[ ] templates/footer.tpl: Update Call toll free
[ ] templates/footer.tpl: Update Email
[x] templates/footer.tpl: Link from "Become A Partner" to partner.html
+
+TODO (dba) - Database
+[ ] db/messages.go: General message, from a to b at time
+[ ] db/tokons.go: Token linked to customer/doctor/possibly wallet
+[ ] db/doctors.go: Specialty Name Country/countries Rate [...]
+[ ] db/patient.go: Name Country
+[ ] db/appointments.go: link doctor + patient @ time
+[ ] db/wallet.go: link appointment + wallet
+
\ No newline at end of file
--- a/design/database
+++ /dev/null
@@ -1,18 +1,0 @@
-# messages
- General message, from a to b at time
-# one-time tokens
- Token linked to customer/doctor/possibly wallet
-# doctors
- Specialty
- Name
- Country/countries
- Rate
- [...]
-# customers
- Name
- Country
-# appointments
- link doctor + patient @ time
-# transactions
- link appointment + wallet
-
\ No newline at end of file