-
Notifications
You must be signed in to change notification settings - Fork 2
Personal Coding Efforts
Emirhan Yasin Cetin edited this page Oct 27, 2019
·
9 revisions
Member | Work |
---|---|
Egemen | Worked solely on web application. - Implemented register page. - Linked register and login pages together. - Implemented "forgot password" page. This is a mock form. - Created a simple page to check API by hitting /greeting endpoint. This is the first API communication. |
Halit | Worked on web application and devops. - Implemented frontend code structure, navigation flows, API calls. - Implemented Login, Language Selection, Proficiency Exam Pages. - Helped Ahmet deploy backend and create a AWS deployment flow for backend. - Deployed frontend (master/frontend) and next@frontend (frontend/frontend) on AWS S3. - Created Travis configuration for CI/CD for both frontend, next@frontend, backend. |
İbrahim | Worked on Android application. - Created a simple greeting page for testing backend's /greeting endpoint for first week. - Implemented initial structure of the android app which are login and register pages. - Connected login®ister pages to backend via /users/login , /users/register .- Implemented structure(not UI) of QuestionView and GradeView pages which performs Proficiency Exam's activity and grade display. - Connected Proficiency Exam's results to backend via /grades/add . |
İrem | Worked on Android application. - Implemented language list page with Gamze. - Fixed the bug about displaying the language list. - Changed and set up a presentable UI for all of the application pages including main activity, login-register pages, language list display, and proficiency exam pages. |
Gamze | Worked on Android application. - In the greeting page, the response was taken as JSONObject and parsed. - Implemented language list page with Irem. |
Ahmet | Worked on Backend. - Created the initial basic backend project with Spring Framework. - Implemented a testing endpoint for Android and Frontend developers to connect. - Created a Postgresql DB instance on AWS RDS. - Deployed the project and created an AWS deployment flow for backend, with Halit. - Implemented login and register endpoints, services. - Implemented languages endpoint. - Implemented grade submitting and retrieving endpoints, services. - Implemented user retrieving endpoint for profile page. - Implemented whole exercise controller with exercise retrieving, creating and deleting endpoints, services. - Implemented proficiency exam retrieve endpoint. - Added Swagger to the project. - Created the DB structure and wrote appropriate sql queries on project repositories. |
Emirhan | Worked solely on web application / frontend. - Implemented some of login page. - Reviewed code in frontend branch. - Helped teammates. |