Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Build component for settings page #36

Open mndzamel opened 2 years ago

mndzamel commented 2 years ago

Build the settings page component. Includes account settings. Details on what other settings can be changed from this page will be added.

2 parts:

  1. Implement the settings page as an Angular component.
  2. Connect the settings page component to the backend API using Typescript.
MarkKoz commented 2 years ago

In #42 I mentioned django-rest-register. It has support for:

Thus, these functions would probably need to be somewhere in the settings page. I'll update this issue with more information once the API described by #42 is implemented.