0.1.0-alpha-old
Pre-releaseBrief
Backend Implementation
Endpoints and Models: Varied endpoints (for sign up, sign in, questıon creation, listing questions) and models (Question, User, Comment) were developed at the backend for handling user requests to interact with the database for each action of the users. This includes endpoints for user authentication, fetching data from the database, or handling a mobile request.
Frontend Structure
The overall structure of the front end was aimed at enhancing usability and navigational ease. It involved collapsing components so that pages would integrate well and provide seamless user experiences. Login, sign up, feed and code execution functionality is developed as a frontend for better enhancement and understanding for customers. Code execution page, which can be also named as question details page, allows users to see full post and comments, run input code snippets and immediately see results by execute code function.
Mobile Capabilities
Creating a Question Command: Even the creation functionalities of questions would have lain with the mobile users, too, which would make them capable of interacting with an application.
What's Changed
- Code Execution API connection by @serhan-cakmak in #213
- init: fetching data from wikipedia by @damlakayikci in #214
- Initializing remote database by @Mutti499 in #217
- Wiki search and result by @kristinatrajkovski in #223
- Merging the changes at backend with the frontend by @ErayEroglu in #227
- Create User Authentication system by @serhan-cakmak in #221
- Web frontend merge by @ErayEroglu in #232
- Sync between search and code execution pages by @ErayEroglu in #233
- Connection of pages by @ErayEroglu in #234
- redo deleted wiki search and result components by @kristinatrajkovski in #236
- Models and endpoints implemented on the backend by @Mutti499 in #237
- Mobile backend connection by @halil-karabacak in #241
- Mobile search results & post creation by @halil-karabacak in #240
- Dockerize by @damlakayikci in #244
- Web front back connection by @ErayEroglu in #245
- Merge code execution to main by @ceylingebes in #246
- Merging main my branch by @ErayEroglu in #247
- Bugfix by @ErayEroglu in #248
New Contributors
- @serhan-cakmak made their first contribution in #213
- @damlakayikci made their first contribution in #214
- @ErayEroglu made their first contribution in #227
Full Changelog: Group-9-Practice-App-Release-v0.3...customer-milestone-1