tharropoulos / backlogged-swe1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backlogged

This repo contains all the relevant work for the Backlogged project, part of the "Software Engineering 1" course of the school of Electrical and Computer Engineering, Aristotle University of Thessaloniki

What is Backlogged?

Backlogged is a social media platform designed to provide users the ability to manage their ever-expanding gaming backlog, socialize through their love for gaming, review games and find new ones. Users can follow others to find what they're up to, get recommendations for games based on their taste and stay up-to-date with the latest games releasing. Not only that, they can create personalized playlists and share them with others and collaborate on lists together. This repository consists of the basic design of Backlogged, with no actual code in it. The actual implementation will be available on it's own repository.

Folder Structure

.
├── diagrams                  # The diagrams used in the report, generated from the model files
│   ├── package-diagrams      # The diagrams for each package
│   └── use-case              # The use case diagrams
├── gherkin                   # The gherkin feature files
├── model-files               # The StarUML modelfiles
│   ├── package-diagrams      # The model files for each package and the general class diagram
│   └── use-case              # The use case diagrams model files
├── report                    # The report (In Greek)
├── swagger                   # The OpenAPI 3 specification generated by the API
└── README.md

About


Languages

Language:Gherkin 100.0%