Skip to content
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

User profile with editable fields #17

Merged
merged 38 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
49e8ec8
fetch from latest pr
SAISURYAtalla Jan 31, 2024
d60913f
user profile with admin screens integration
SAISURYAtalla Jan 31, 2024
7189397
schema update
SAISURYAtalla Feb 1, 2024
052ffe9
Merge branch 'userModels' of https://github.com/ArinNigam/Smart-Insti…
SAISURYAtalla Feb 1, 2024
802c08c
dummy entries updated
SAISURYAtalla Feb 1, 2024
b7ca0c9
remove the redudant files and updates the imports
SAISURYAtalla Feb 1, 2024
b7c2e81
added routes.dart
SAISURYAtalla Feb 1, 2024
31d00c7
added the getstudentbyID function
SAISURYAtalla Feb 1, 2024
996e3b2
added separate widgets for editable entities
SAISURYAtalla Feb 3, 2024
7115555
roles commented
SAISURYAtalla Feb 3, 2024
df45c70
edit functionality
SAISURYAtalla Feb 3, 2024
63f5402
pie chart lib added, edit profile, user profile edited
SAISURYAtalla Feb 4, 2024
f9e8bba
ui change
SAISURYAtalla Feb 4, 2024
230730a
display code working
SAISURYAtalla Feb 4, 2024
8d0efb4
edit profile page added
SAISURYAtalla Feb 4, 2024
54b24e6
removed unused import
SAISURYAtalla Feb 4, 2024
301a228
Merge branch 'main' of https://github.com/SAISURYAtalla/Smart-Insti-A…
SAISURYAtalla Feb 4, 2024
0fc1b3b
added scrolling for skills and achievements in case of many entries
SAISURYAtalla Feb 4, 2024
2ca9b97
Merge branch 'main' into userprofile
SAISURYAtalla Feb 4, 2024
34aa8c0
changes aligned with origin
SAISURYAtalla Feb 4, 2024
cb49de1
final changes-name and roles
SAISURYAtalla Feb 4, 2024
e7319b7
removed reduntant code and files
SAISURYAtalla Feb 10, 2024
cd10c5c
Merge branch 'main' into userprofile
SAISURYAtalla Feb 11, 2024
cc4089a
Merge branch 'OpenLake:main' into userprofile
SAISURYAtalla Feb 11, 2024
b92e524
Merge branch 'OpenLake:main' into userprofile
SAISURYAtalla Feb 11, 2024
67fd037
Merge branch 'userprofile' of https://github.com/SAISURYAtalla/Smart-…
SAISURYAtalla Feb 11, 2024
7472a8c
build_apk updated
SAISURYAtalla Feb 13, 2024
cca6fec
routes modified
SAISURYAtalla Feb 13, 2024
ce9a8bf
.env file added
SAISURYAtalla Feb 13, 2024
9e068ed
Merge branch 'main' of https://github.com/SAISURYAtalla/Smart-Insti-A…
SAISURYAtalla Feb 13, 2024
7fbb726
Merge branch 'main' of https://github.com/SAISURYAtalla/Smart-Insti-A…
SAISURYAtalla Feb 14, 2024
33a50da
backend configured
SAISURYAtalla Feb 14, 2024
99d66b9
routes configured
SAISURYAtalla Feb 14, 2024
b7175de
home.dart to user_home.dart
SAISURYAtalla Feb 14, 2024
bc128c8
user_profile.dart to student_profile.dart
SAISURYAtalla Feb 14, 2024
010dba8
providers and edit profile updated
SAISURYAtalla Feb 14, 2024
522dc0d
removed redundant code
SAISURYAtalla Feb 14, 2024
29d86c7
initial location set to '/'
SAISURYAtalla Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: release-apk
path: frontend/build/app/outputs/apk/release/app-release.apk
path: frontend/build/app/outputs/apk/release/app-release.apk
Loading
Loading