-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messaging and Profile Editting #4
Comments
So for editting profiles, i'm planning to have essentially the same modal pop as before but with the form already filled out with the existing profile information. Does anyone know how to pre-populate the fields? I've tried a number of different ways but not having any luck. An example would be awesome. |
Maybe adding a value attribute to each input control? You can pass on the data from php as json, then in jQuery you can use $.attr() to set the values. |
You would use jquery Sent from my iPhone
|
Committed profile editing files. I also changed cases of _SESSION['userId'] to use 'username' (login used one case and register used the other - this will keep it consistent). We need to make availability a multivariable item. No idea how to do this, but needs to be done for both the initial Doctor Profile creation and the update. I'll try to do it tomorrow if no one else does. Will finish the majority of the communications interface tomorrow. |
Added inbox functionality to both patients and doctors. Tomorrow I will enable message sending as well as the '# of unread messages' notification. Still need to make availability more than a singular item. |
I'm going to work on the communications interface and editing an existing profile (for both docs and patients)
The text was updated successfully, but these errors were encountered: