-
Notifications
You must be signed in to change notification settings - Fork 1
Initial Milestone Contribution ‐ Yusuf Akin
Yusuf AKIN edited this page Oct 24, 2025
·
1 revision
- Deployment of the backend and web frontend and related dev-ops:
- fixing migrations and keeping the production db intact
- managing app domain, renewal of ssl certificates, managing db secrets
- fix issues with dev environment
- Coordinating backend and frontend alignment:
- fixing bugs in backend, mainly in database models (e.g. profession tags, certificates, profile photos)
- implementing new views per frontend requirements
Issues I completed:
- Migrate Code from Previous Semester Repository And Deploy to Cloud #442
- Https Certificates Should be Renewed #462
- Different docker-compose files needed for prod and dev envs. #483
- Impl 1.2.5 - Profile photo #424
- Impl 1.2.6 - View other users profile #425
- Impl 1.2.9 - profession tags in profile #428
- Impl 1.2.10 - Upload certificates in profile #429
- Posts are limited to 12 #543 A bug related to pagination
Issues I opened, that were closed:
- fix package.json warning #505
- Color theme in landing page #488
- Pagination index doesn't display current page number in light mode #487
Non-code-related Significant Issues:
My Merged PR's:
- fix: revert likes/posts polling #545
- Implement allergens view in profile #540
- Implemented public profile view and front-end page #539
- Upload certificates in profile and allow admin verification #538
- Display profession tags in profile #536
- View liked posts and recipes in profile #507
- Uploading/displaying profile picture #503
- Added new flags to docker-compose to switch between prod/dev build #485
- Revert archive actions #444
Mainly reviewed following PR's requested changes/later fixed resulting migration issues:#482,#480,#479