Skip to content

0.1.0-alpha-old

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mutti499 Mutti499 released this 21 Oct 22:58
· 505 commits to main since this release

Brief

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

New Contributors

Full Changelog: Group-9-Practice-App-Release-v0.3...customer-milestone-1