https://github.com/Sebazzz/Return
Realtime retrospective tool built in ASP.NET Core and Blazor
https://github.com/Sebazzz/Return
aspnet-core blazor retrospective
Last synced: about 1 year ago
JSON representation
Realtime retrospective tool built in ASP.NET Core and Blazor
- Host: GitHub
- URL: https://github.com/Sebazzz/Return
- Owner: Sebazzz
- License: gpl-3.0
- Created: 2019-10-04T14:54:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T16:10:42.000Z (over 2 years ago)
- Last Synced: 2024-08-01T15:04:19.144Z (almost 2 years ago)
- Topics: aspnet-core, blazor, retrospective
- Language: C#
- Homepage:
- Size: 5.25 MB
- Stars: 75
- Watchers: 9
- Forks: 15
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Return
Retrospective tool built in ASP.NET Core and Blazor
Licensed: GNU GPL v3.0
| | master | develop |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **AppVeyor CI** | [](https://ci.appveyor.com/project/Sebazzz/Return/branch/master) | [](https://ci.appveyor.com/project/Sebazzz/Return/branch/develop) |
| **CircleCI** | [](https://circleci.com/gh/Sebazzz/Return/tree/master) | [](https://circleci.com/gh/Sebazzz/Return/tree/develop) |
| **Github actions** | [](https://github.com/Sebazzz/Return/actions?workflow=Continuous+integration&branch=master) | [](https://github.com/Sebazzz/Return/actions?workflow=Continuous+integration&branch=develop) |
| **Codeconv** | [](https://codecov.io/gh/Sebazzz/Return) | [](https://codecov.io/gh/Sebazzz/Return) |
| **Daily build** | [](https://github.com/Sebazzz/Return/actions?workflow=Build+installation+packages&branch=master) | [](https://github.com/Sebazzz/Return/actions?workflow=Build+installation+packages&branch=develop) |
## Features
- Realtime retrospective app, ideal for remote teams
- Shortcut support:
- Ctrl + lane number for adding notes or groups
- Ctrl + delete for deleting focused note
- Create password protected retrospectives
- As facilitator, lead the retrospective through the writing, grouping and voting phase.
- Overview with highest voted items
### Browser Support
Developed and tested on:
- Internet Explorer 11
- Microsoft Edge
- Google Chrome
- Mozilla Firefox
## Download
### Docker
Return is available as a docker image. Simply pull it from the Docker hub, and run it:
docker pull sebazzz/return:latest
docker run -p 80:80 sebazzz/return
For further configuration you may want to mount a directory with [the configuration](doc/Installation.md#Configuration):
docker run -p 80:80 -v /path/to/my/configuration/directory:/etc/return-retro sebazzz/return
### Manual installation
Download the release for your OS from the [releases tab](https://github.com/Sebazzz/Return/releases) or download the cutting edge builds from [AppVeyor](https://ci.appveyor.com/project/Sebazzz/Return).
[Follow the installation instructions](doc/Installation.md) in the documentation to install it.
## Building Return from sources
If you prefer to build the application yourself, please follow the [compilation instructions](doc/Building-from-sources.md) in the documentation.
## Screenshots
**Create a retrospective**

**Joining a retrospective**

**Writing down findings**

**Grouping**

**Voting on items**

**Finish and review**


## Contributions
Contributions are allowed and encouraged. In general the rules are: same code style (simply use the included `.editorconfig`), and write automated tests for the changes.
Please submit an issue to communicate in advance to prevent disappointments.
## Attribution
Application icon:
- Icon made by [Freepik](https://www.flaticon.com/free-icon/rethink_69507) from [www.flaticon.com](http://www.flaticon.com/)
Built on:
- [Bulma](https://bulma.io) _CSS framework_;
- [Fontawesome](http://fontawesome.io/) as _icon framework_;
- [ASP.NET Core 3.1](https://dot.net) (Blazor Server) with [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/) for _server side logic and data persistence_;