Skip to content

Releases: SWE574-Fall2023-Group1/SWE574-Fall2023-G1

v0.9

03 Jan 12:56
Compare
Choose a tag to compare

Memories 0.9

SWE574 Fall 2023 Group 1 Project - Memories Web&Mobile App

This release contains Group 1's project for SWE574 - Software Development As A Team, part of the Software Engineering Master's Program at Boğaziçi University.

Memories is a web and mobile app for social networking, focusing on sharing past memories with other users worldwide.

For further information and documentation, check our wiki.

Group 1 is comprised of:

URL of Deployed Website

Video Demonstration

Videos demonstrating the web and mobile app can be found on YouTube.

What's Changed - Web

Read more

0.2.0-alpha

03 Dec 18:58
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

memories 0.2.0-alpha

The software is dockerized and deployed.

Added timeline feature after the 0.2.0 alpha release.

Deployment: Memories web url, mobile apk

QR Codes

Milestone 2

See milestone 2 report.

Deliverables

Features:
  • Login
  • Register
  • Logout
  • Feed - Homepage
  • Profile Page
  • Memory Creation
  • Memory Viewing
  • Activity Stream
  • Timeline

Instructions for local development

Prerequisites

  • git
  • make
  • Docker
  • Docker Compose

Run script

git clone https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1.git
cd SWE574-Fall2023-G1
make
make up

What's Changed

New Contributors

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

0.1.1-alpha

01 Nov 19:05
Compare
Choose a tag to compare
0.1.1-alpha Pre-release
Pre-release

memories 0.1.1-alpha

The software is dockerized and deployed.

Added timeline feature after the 0.1.0 alpha release.

Deployment: Memories web url, mobile apk

Milestone 1

See milestone 1 report.

Deliverables

Features:
  • Login
  • Register
  • Logout
  • Feed - Homepage
  • Profile Page (Web only)
  • Memory Creation (Web only)
  • Memory Viewing (Web only)
  • Timeline v1 (Web only)

Instructions for local development

Prerequisites

  • git
  • Docker
  • Docker Compose
  • .env files

Run script

git clone https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1.git
cd SWE574-Fall2023-G1
docker-compose up --build -d

What's Changed

New Contributors

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

0.1.0-alpha

30 Oct 13:54
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

memories 0.1.0-alpha

The software is dockerized and deployed.

Deployment: Memories web url, mobile apk

Milestone 1

See milestone 1 report.

Deliverables

Features:
  • Login
  • Register
  • Logout
  • Feed - Homepage
  • Profile Page (Web only)
  • Memory Creation (Web only)
  • Memory Viewing (Web only)

Instructions for local development

Prerequisites

  • git
  • Docker
  • Docker Compose
  • .env files

Run script

git clone https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1.git
cd SWE574-Fall2023-G1
docker-compose up --build -d

What's Changed

New Contributors

Full Changelog: https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1/commits/customer-milestone-1