MyMood-Alexa / MyMood-Interface

0 stars 2 forks source link

Added error page, Fixed login functionality, Fixed search functionality, Added read JSON functionality #35

Closed dionwu110 closed 6 years ago

dionwu110 commented 6 years ago

Added an error page when the user tries to enter a page that does not exist or if they try to enter session.html when a session_id is not selected/exists.

image

Added read JSON functionality and sample session data to be displayed onto the database table. Also truncated the session ID and user ID so that not many characters are displayed.

image

Fixed search functionality and allows user to search through database by table header instead of general search of all table cells.

image

image

I'd like to apologize in advance for the very big commit! 😅

dionwu110 commented 6 years ago

I've discussed this topic with Daniel in person and we thought it'd probably be too complicated to put it in a separate file to be reusable. So then I didn't try to implement it. However, it was a lot more simpler than I thought and was able to implement it. I will add another commit to add the file.