-
Notifications
You must be signed in to change notification settings - Fork 4
Hasan Baki Kucukcakiroglu's Individual Contribution Report for Milestone 2
This milestone was though since every group member had a lot of tasks to do. Despite all, we managed to create a cumulative work thanks to our method at which we divided whole job into individual small chunks of jobs. I'm working as a front end developer for 2 years, so the layout of the user interface is created by me. I also helped my friends to create user interfaces of their pages. I had never used Java Spring when we started this project so I want the team to choose JavaScript as the backend technology. However, Java Spring was final decision. I started to study on it and created a smoothly working backend.
- Practice App Design #113
- Create Front End Project for Practice App #118
- Reserve a Domain Name #123
- Deploy Front End on Cloud #124
- New feature for Practice App: Wiki Data APIs - Frontend #131
- New feature for Practice App: Wiki Data APIs - Backend #148
- Creating Individual Contribution Report #152
- Create Milestone Report 2 Framework #154
I used Wikidata API as the external API. It doesn't require authentication and there is no call limit on it. They were the main factors that make me choose this external API. There are two APIs that I used:
-
I use first API to take options of dropdown menu in my UI. I send an input text to it, and it returns related entities with their id and description.
https://www.wikidata.org/w/api.php?action=wbsearchentities&format=json&search={searchText}&language=en&uselang=en&type=item
-
I use second API to take all the data of the entity selected by user(via a dropdown). I send entity id to it, and it return all the data related to entity.
https://www.wikidata.org/w/api.php??action=wbgetentities&ids={id}&format=json
If you would like to learn more about the API, you can visit this link.
I have created 6 API functions, including GET, POST and DELETE requests. These functions are as follows:
- searchEntityByText - GET(/api/wiki/search/:searchText) : Takes a string as a param and returns all related entities.
- getEntityById - GET(/api/wiki/entity/:id) : Takes a string id as a param and returns the entity with that id.
- createBookmark - POST(/api/wiki/) : Takes a JSON object with keys label and code in body and creates a bookmark.
- getAllBookmarks - GET(/api/wiki/bookmarks/all) : Returns all bookmarks.
- deleteAllBookmarks - DELETE(/api/wiki/bookmarks/all) : Deletes all bookmarks.
- deleteBookmarksByCode - DELETE(/api/wiki/bookmarks/:code) : Takes a string code as a param and deletes bookmarks with that id.
I can definitely share my personal perspective on this. When it came to our project, I noticed that a majority of our group members faced considerable difficulties in getting involved. Bahadır, Egemen, and I had to take on the responsibility of teaching our friends how to write their parts of the project. It was quite apparent how challenging it could be for someone who had no prior knowledge of either front-end or back-end development. This aspect added an extra layer of complexity to our group dynamics and organization.
🗄️ Project
Milestones
👤 Individual Contribution Reports
Milestone 1
- Bahadır Gezer - Milestone 1
- Bahri Alabey - Milestone 1
- Begüm Yivli - Milestone 1
- Egemen Kaplan - Milestone 1
- Enes Yıldız - Milestone 1
- Hasan Baki Küçükçakıroğlu - Milestone 1
- İbrahim Furkan Özçelik - Milestone 1
- Meriç Keskin - Milestone 1
- Miraç Öztürk - Milestone 1
- Sude Konyalıoğlu - Milestone 1
- Ömer Faruk Çelik - Milestone 1
Milestone 2
- Bahadır Gezer - Milestone 2
- Bahri Alabey - Milestone 2
- Begüm Yivli - Milestone 2
- Egemen Kaplan - Milestone 2
- Enes Yıldız - Milestone 2
- Hasan Baki Küçükçakıroğlu - Milestone 2
- İbrahim Furkan Özçelik - Milestone 2
- Meriç Keskin - Milestone 2
- Miraç Öztürk - Milestone 2
- Sude Konyalıoğlu - Milestone 2
- Ömer Faruk Çelik - Milestone 2
Final Milestone
- Bahadır Gezer - Final Milestone
- Bahri Alabey - Final Milestone
- Begüm Yivli - Final Milestone
- Egemen Kaplan - Final Milestone
- Enes Yıldız - Final Milestone
- Hasan Baki Küçükçakıroğlu - Final Milestone
- İbrahim Furkan Özçelik - Final Milestone
- Meriç Keskin - Final Milestone
- Sude Konyalıoğlu - Final Milestone
- Ömer Faruk Çelik - Final Milestone
🖇️ Lab Reports
📑 Templates
👥 Team Members
CmpE 352
Old Project Files
📅 Meetings
🔬 Researches
👤 Individual Contribution Reports
- Bahri Alabey - Milestone 1
- Bahri Alabey - Milestone 2
- Ömer Faruk Çelik - Milestone 1
- Ömer Faruk Çelik - Milestone 2
- Bahadır Gezer - Milestone 1
- Bahadır Gezer - Milestone 2
- Egemen Kaplan - Milestone 1
- Egemen Kaplan - Milsetone 2
- Meriç Keskin - Milestone 1
- Meriç Keskin - Milestone 2
- Orkun Kılıç - M1
- Orkun Kılıç - M2
- Sude Konyalıoğlu Milestone 1
- Sude Konyalıoğlu Milestone 2
- Hasan Baki Küçükçakıroğlu Milestone 1
- Hasan Baki Küçükçakıroğlu Milestone 2
- Ibrahim Furkan Özçelik Milestone 1
- Ibrahim Furkan Özçelik Milestone 2
- Miraç Öztürk
- Enes Yıldız Milestone 1
- Enes Yıldız Milestone 2
- Begüm Yivli M1
- Begüm Yivli M2