Skip to content

Releases: bounswe/bounswe2024group5

0.9.0

16 Dec 18:58
3ccabd8
Compare
Choose a tag to compare

Group 5 CMPE 451 2024 Fall Final Release

This is the final release (0.9.0) of our application Quizzard.

In addition to the basic quiz creation, quiz solving, forum posting, viewing, commenting, searching functionalities, this release includes the following functionalities for Web and Mobile apps:
•⁠ ⁠Profile Page displaying
•⁠ ⁠Following
•⁠ ⁠Correct and wrong answer suggestion in create quiz
•⁠ ⁠Hint images in quiz solving
•⁠ ⁠Related posts in quiz solving
•⁠ ⁠Related posts in Forum
•⁠ ⁠Personalized Forum Feed
•⁠ ⁠Semantic search for Forum
•⁠ ⁠Unit testing.

The application includes the following components:
•⁠ ⁠Web front-end
•⁠ ⁠⁠Mobile application
•⁠ ⁠⁠API
•⁠ ⁠⁠Back-end
•⁠ ⁠⁠Database

What's Changed

Full Changelog: customer-milestone-2...customer-present...

Read more

0.2.0-alpha

25 Nov 18:53
ee1f9fd
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

This is the intermediate release (0.2.0-alpha) of our application Quizzard. In addition to the basic login-register functionalities, this release includes the following functionalities for Web and Mobile apps:
•⁠ ⁠Quiz creation,
•⁠ ⁠Quiz solving,
•⁠ ⁠Posting a question in Forum,
•⁠ ⁠Viewing a Forum post, upvoting, commenting,
•⁠ ⁠Searching in Forum,
•⁠ ⁠Semantic search for Forum,
•⁠ ⁠Unit testing for backend.

The application includes the following components:
•⁠ ⁠Web front-end
•⁠ ⁠⁠Mobile application
•⁠ ⁠⁠API
•⁠ ⁠⁠Back-end
•⁠ ⁠⁠Database

What's Changed

Full Changelog: customer-milestone-1...customer-milestone-2

0.1.0-alpha

21 Oct 22:33
98ef2c1
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

This is the initial release (0.1.0-alpha) of our application Quizzard. It includes the Login and Register functionalities for both web and mobile applications. It has the authentication feature as well as Quiz creation feature on Web and Quiz solving feature on both Web and Mobile.

The application includes the following components:
•⁠ ⁠Web front-end
•⁠ ⁠⁠Mobile application
•⁠ ⁠⁠API
•⁠ ⁠⁠Back-end
•⁠ ⁠⁠Database

What's Changed

New Contributors

Group5-Practice-App-Release-v0.2

17 May 17:18
2b01439
Compare
Choose a tag to compare

This is the release of our music-specific application, Melodify. Users can share posts related to music and semantically search for others' content.

The application includes the following components:

  • Web front-end
  • ⁠Mobile application
  • ⁠API
  • ⁠Back-end
  • ⁠Database

Group5-Practice-App-Release-v0.1

30 Apr 18:57
a6e0731
Compare
Choose a tag to compare
Pre-release

This is the initial implementation (MVP) of the practice application. It includes the Login and Register functionalities for both web and mobile applications. It has the authentication feature as well as search that involves request to Wikidata API.

The application includes the following components:

  • Web front-end
  • ⁠Mobile application
  • ⁠API
  • ⁠Back-end
    - ⁠Database

The apk for mobile version does not connect to the internet, so we included the instructions on how to run them on expo in the ./mobile folder