{"id":13466039,"url":"https://github.com/Sebazzz/Return","last_synced_at":"2025-03-25T21:31:10.424Z","repository":{"id":36509048,"uuid":"212839403","full_name":"Sebazzz/Return","owner":"Sebazzz","description":"Realtime retrospective tool built in ASP.NET Core and Blazor","archived":false,"fork":false,"pushed_at":"2023-11-15T16:10:42.000Z","size":5500,"stargazers_count":75,"open_issues_count":43,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-01T15:04:19.144Z","etag":null,"topics":["aspnet-core","blazor","retrospective"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sebazzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-10-04T14:54:48.000Z","updated_at":"2024-06-27T19:17:59.000Z","dependencies_parsed_at":"2024-01-15T16:52:43.503Z","dependency_job_id":null,"html_url":"https://github.com/Sebazzz/Return","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebazzz%2FReturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebazzz%2FReturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebazzz%2FReturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebazzz%2FReturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sebazzz","download_url":"https://codeload.github.com/Sebazzz/Return/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222091811,"owners_count":16929710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","blazor","retrospective"],"created_at":"2024-07-31T15:00:38.359Z","updated_at":"2024-10-29T18:30:45.749Z","avatar_url":"https://github.com/Sebazzz.png","language":"C#","funding_links":[],"categories":["Sample Projects"],"sub_categories":["Others"],"readme":"# ![Icon](doc/logo.png) Return\n\nRetrospective tool built in ASP.NET Core and Blazor\n\nLicensed: GNU GPL v3.0\n\n|                    | master                                                                                                                                                                                                            | develop                                                                                                                                                                                                             |\n| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **AppVeyor CI**    | [![Build status](https://ci.appveyor.com/api/projects/status/7bjrmgtek7j080d7/branch/master?svg=true)](https://ci.appveyor.com/project/Sebazzz/Return/branch/master)                                              | [![Build status](https://ci.appveyor.com/api/projects/status/7bjrmgtek7j080d7/branch/develop?svg=true)](https://ci.appveyor.com/project/Sebazzz/Return/branch/develop)                                              |\n| **CircleCI**       | [![CircleCI](https://circleci.com/gh/Sebazzz/Return/tree/master.svg?style=shield)](https://circleci.com/gh/Sebazzz/Return/tree/master)                                                                            | [![CircleCI](https://circleci.com/gh/Sebazzz/Return/tree/develop.svg?style=shield)](https://circleci.com/gh/Sebazzz/Return/tree/develop)                                                                            |\n| **Github actions** | [![Github CI](https://github.com/sebazzz/Return/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/Sebazzz/Return/actions?workflow=Continuous+integration\u0026branch=master)             | [![Github CI](https://github.com/sebazzz/Return/workflows/Continuous%20integration/badge.svg?branch=develop)](https://github.com/Sebazzz/Return/actions?workflow=Continuous+integration\u0026branch=develop)             |\n| **Codeconv**       | [![codecov](https://codecov.io/gh/Sebazzz/Return/branch/master/graph/badge.svg)](https://codecov.io/gh/Sebazzz/Return)                                                                                            | [![codecov](https://codecov.io/gh/Sebazzz/Return/branch/develop/graph/badge.svg)](https://codecov.io/gh/Sebazzz/Return)                                                                                             |\n| **Daily build**    | [![Github CI](https://github.com/sebazzz/Return/workflows/Build%20installation%20packages/badge.svg?branch=master)](https://github.com/Sebazzz/Return/actions?workflow=Build+installation+packages\u0026branch=master) | [![Github CI](https://github.com/sebazzz/Return/workflows/Build%20installation%20packages/badge.svg?branch=develop)](https://github.com/Sebazzz/Return/actions?workflow=Build+installation+packages\u0026branch=develop) |\n\n## Features\n\n-   Realtime retrospective app, ideal for remote teams\n-   Shortcut support:\n    -   Ctrl + lane number for adding notes or groups\n    -   Ctrl + delete for deleting focused note\n-   Create password protected retrospectives\n-   As facilitator, lead the retrospective through the writing, grouping and voting phase.\n-   Overview with highest voted items\n\n### Browser Support\n\nDeveloped and tested on:\n\n-   Internet Explorer 11\n-   Microsoft Edge\n-   Google Chrome\n-   Mozilla Firefox\n\n## Download\n\n### Docker\n\nReturn is available as a docker image. Simply pull it from the Docker hub, and run it:\n\n    docker pull sebazzz/return:latest\n    docker run -p 80:80 sebazzz/return\n\nFor further configuration you may want to mount a directory with [the configuration](doc/Installation.md#Configuration):\n\n    docker run -p 80:80 -v /path/to/my/configuration/directory:/etc/return-retro sebazzz/return\n\n### Manual installation\n\nDownload 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).\n\n[Follow the installation instructions](doc/Installation.md) in the documentation to install it.\n\n## Building Return from sources\n\nIf you prefer to build the application yourself, please follow the [compilation instructions](doc/Building-from-sources.md) in the documentation.\n\n## Screenshots\n\n**Create a retrospective**\n\n![Create retrospective](doc/create-retro.png)\n\n**Joining a retrospective**\n\n![Join retrospective](doc/join-retro.png)\n\n**Writing down findings**\n\n![Writing phase](doc/writing.png)\n\n**Grouping**\n\n![Grouping](doc/grouping.png)\n\n**Voting on items**\n\n![Voting](doc/voting.png)\n\n**Finish and review**\n\n![Review](doc/finish-1.png)\n![Overview](doc/finish-2.png)\n\n## Contributions\n\nContributions are allowed and encouraged. In general the rules are: same code style (simply use the included `.editorconfig`), and write automated tests for the changes.\n\nPlease submit an issue to communicate in advance to prevent disappointments.\n\n## Attribution\n\nApplication icon:\n\n-   Icon made by [Freepik](https://www.flaticon.com/free-icon/rethink_69507) from [www.flaticon.com](http://www.flaticon.com/)\n\nBuilt on:\n\n-   [Bulma](https://bulma.io) _CSS framework_;\n-   [Fontawesome](http://fontawesome.io/) as _icon framework_;\n-   [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_;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSebazzz%2FReturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSebazzz%2FReturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSebazzz%2FReturn/lists"}