-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance member profiles and related components
- Create separate MemberProfile struct for more user information (#51) - Update Member struct to reflect changes in the member table (#51) - Modify db queries to work with the new member_profile table (#51) - Update GetMember query to join member and member_profile tables (#51) - Change UpdateMemberByEmail to UpdateMemberProfileByID (#51) - Adjust logic in EditMemberProfile to use UpdateMemberProfileByID (#51) - Add new fields to edit profile template (pronouns, bio, etc) (#51) - Update member.html template to display new profile information (#51) - Modify createOrReturnID function to add a member_profile entry (#51) - Remove unused fields from member table (last_chat, last_search) - Add necessary indexes and foreign key constraints for member_profile - Update tests to accommodate changes in member profile handling Change-Id: I2174db3e70a75a69f83221a9391f99a6d456a09b Signed-off-by: Ian Meyer <[email protected]>
- Loading branch information
Showing
9 changed files
with
433 additions
and
303 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.