-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile pic #30
Merged
Merged
Profile pic #30
Conversation
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
firebase.js: filter thorough user data based on given parameters CoursePage.js: call filtering function, passing parameters
coursepage.js: create state variable for filtering output firebase.js: convert student id to student object
SearchLanding.js: added a form to accept course search value.
App.js: route to own profile NameBlockProfile.js: accept props from ProfileBackground ProfileBackground.js: create props to view personal profile
App.js: add link param to search CoursePage.js: query all students in the course SearchLanding.js: query current courseload of student
ClassesStacked.js: Created linking to coursePage. CoursePage.js: Passing list of classes to props. NameBlockProfile: Created linking to ProfileForm. SearchLanding: Props passing added.
App.js: Added routing for profileformedit ProfileFormDisplay: Now uses to determine if it is a new user to an existing user who wants to edit their info SocialList.js: Edited to directly link to social media websites Firebase: Fixed query to ensure user itself is not returned on filter.
firebase.js: add firebase storage profileform: upload image and get image url from firebase storage
Updated all form files to handle images.
NameBlockProfile.js: passing images to user's profile ProfileOtherBackground: passing image to other's profile DashboardCard: passing image to the dashboard card Firebase: updated query code.
jainsujay02
approved these changes
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request to merge the final project code into main.