StanfordSpezi / SpeziAccount

The Spezi Account module to enable login and signup functionality
https://swiftpackageindex.com/StanfordSpezi/SpeziAccount/documentation/
MIT License
5 stars 5 forks source link

Profile View #10

Closed PSchmiedmayer closed 11 months ago

PSchmiedmayer commented 1 year ago

Problem

Spezi applications currently have to build their own profile view and edit functionality even though Spezi Account handles most of this information.

Solution

Based on the changes in #7, we should enable a universal account profile and edit functionality that covers a basis of requirements typically found in Spezi applications. This should include editing the functionality required during the sign-up process, a basic overview of the profile information, and an account logout and account deletion button.

Additional context

Contributions and ideas on how to structure the UI, are always more than welcome.

Code of Conduct

PSchmiedmayer commented 11 months ago

@Supereg Could we consider this issue resolved based on all the changes and great improvements that you merged in #7?