vvmurthy / RadiationTherapyDecisionSupport

Python Code, MATLAB Original Code and data to benchmark Radiation Therapy Decision Support Algorithm
0 stars 1 forks source link

Add features on GUI to add first name, last name to account #8

Open vvmurthy opened 6 years ago

vvmurthy commented 6 years ago

Currently, users cannot add their first or last name to their account using the online GUI.

Add a settings tab once users log in as an option on a dropdown menu under their username. When clicked on this tab, it should redirect them to be able to set a valid first and last name.

First, implement this as Python backend API calls. Then wire in the API calls to the frontend.

Tests for this code