Skip to content

Releases: bounswe/bounswe2022group5

0.9.0

27 Dec 09:42
a5bd1f5
Compare
Choose a tag to compare

Group5 Cmpe451 2022 Fall Final Release

0.2.0-alpha

06 Dec 20:59
d58d451
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

Description

In this release we are done with the requirements of the following sections:

  • User Profile
  • Platforms
    • Forum
    • Articles
  • Search and Sort Requirements
    • Searching
    • Sorting
  • Non-Functional Requirements

Features Added:

  • Searching and surfing on the posts and articles page
  • Creating post and articles (with photo upload and location sharing)
  • Comments
  • Profile page with medical history and personal info (with edit functionality)
  • Activity History
  • Upvoted Posts and Comments
  • Adding Category and Labeling

0.1.0-alpha

01 Nov 07:13
e66b860
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

We are a group of 12 computer engineering students from Boğaziçi University who are taking the course “PROJECT DEVELOPMENT IN SOFTWARE ENG.” in the 2022 fall term. We are developing an app for the medical experience sharing platform.
Our platform provides its users an environment to share their medical experiences with each other, being informed about medical topics and also gives them the opportunity to receive responses from verified doctors. Anyone can use Android and the web versions of our application without being charged.

As a pre-release we have developed initial screens including signup, login, forum and article pages. Authentication is successfully implemented.
Tech Stack of that application can be found on the page
Also you can find requirements that is satisfied in this release on scenario 1 and scenario 2

See all Requirements

See API Documentation:

This release is the latest version of the app we implemented. All endpoints are ready to use and a basic UI is developed.

Group 5 Practice App Deliverable

20 May 14:01
0171ef8
Compare
Choose a tag to compare
Pre-release

We are a group of 12 computer engineering students from Boğaziçi University who are taking the course “Fundamentals of Software Engineering” in the 2022 spring term. We are creating a demo known as a practice app for the medical experience sharing platform we will develop next semester.
Our platform provides its users an environment to share their medical experiences with each other, being informed about medical topics and also gives them the opportunity to receive responses from verified doctors. Anyone can use Android and the web versions of our application without being charged.

As a demo of the medical experience sharing platform explained above, we implemented essential APIs of the application. This demo is called as “Practice App”.
Practice App is developed by using Python, Django and Django Rest Framework. Also SQLite is used for the project. Every member developed API and unit tests on their branches as documented in the Meeting Notes 10.2.
Essential parts of the Practice App can be summarized as User, Article, Post and Comment. A registered user can use the APIs in the home page after logging in the system. Also a guest user can sign up by using the “Create User” API and view all users from clicking the sign up button in the login page.
All the APIs are listed in the homepage.We decided not to use the endpoints we decided in our previous meeting and created a new structure for our practice-app.
This release is the latest version of the Practice App we implemented. All endpoints are ready to use and a basic UI is developed.

Pre-Release v.1

18 May 19:39
0c79b02
Compare
Choose a tag to compare
Pre-Release v.1 Pre-release
Pre-release

This is a pre-release tag for the v.1 vefore deployment.

  • Application is not complete and some APIs are still developing. *
  • Basic frontend is created.