Skip to content

Releases: bounswe/bounswe2024group3

0.9.0

16 Dec 19:00
a11f436
Compare
Choose a tag to compare

Group 3 CMPE 451 2024 Fall Final Release

Deployment

You can see our deployment here: https://spotonapp.win/

Build

To build and run the project using docker:

cd docker-compose
docker compose up --build

and navigate to http://localhost:3000/

For mobile:

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

0.2.0-alpha

25 Nov 18:50
9b5c135
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

Deployment

You can see our deployment here: https://spotonapp.win/

Build

To build and run the project using docker:

cd docker-compose
docker compose up --build

and navigate to http://localhost:3000/

For mobile:

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Requirements Covered:

1.⁠ ⁠User Registration and Authentication
1.1 Registration
1.1.1 Users shall register for an account by providing necessary information, including name, username, email, and password.

1.1.2 Users shall choose their user categories.

1.2 Authentication
1.2.1 Users shall log in to the system using their username and password.

1.2.2 Users shall be able to securely reset their passwords.

1.2.3 Users shall be able to log out.
3.⁠ ⁠Content Creation and Interaction
3.1 Post Creation
3.1.1 Users shall be able to create and publish posts containing text, images, links, and embedded Spotify playlists.

3.1.1.1 Users shall be able to create event posts.

3.1.1.2 Users shall be able to create artist posts.

3.1.1.3 Users shall be able to create song posts.

3.1.1.4 Users shall be able to create playlist posts.
. Music Management and Recommendations
4.1 Music and Artist Recommendations
4.1.1 Users shall see music and artist recommendations based on the music or artist they are viewing.

4.2 Music Playback
4.1.2 Users shall be able to play music directly through embedded Spotify players within the platform.
6.2 User and Artist Search
6.2.1 Users shall be able to search for artists and other users to connect with them.
7.⁠ ⁠Accessibility
7.1 Screen Reader Compatibility
7.1.1 Users shall visually access and navigate all features independently with the platform to be compatible with screen reading software.

0.1.0-alpha

22 Oct 02:13
2987508
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

Deployment

The project is already deployed on http://161.35.222.92:3000/

To build on local

cd docker-compose
docker compose up

Currently delivered requirements

1.1 Registration
1.1.1 Users shall register for an account by providing necessary information, including name, username, email, and password.

1.1.2 Users shall choose their user categories.

1.2 Authentication
1.2.1 Users shall log in to the system using their username and password.

1.2.2 Users shall be able to securely reset their passwords.

1.2.3 Users shall be able to log out.

We also mocked some of the requirements in: Content Creation and Interaction

What's Changed

New Contributors

Full Changelog: Group3-Practice-App-Release-v0.2...customer-milestone-1

Group3-Practice-App-Release-v0.2

17 May 18:40
Compare
Choose a tag to compare
Mobile App

I implemented create post, browse book and user, follow unfollow, feed functionality.

Group3-Practice-App-Release-v0.1

01 May 10:37
452e9de
Compare
Choose a tag to compare
Pre-release

This is the initial implementation of our project.

You can register, login and search books using either the mobile or the web application.