Refacto
Refacto copied to clipboard
A remote retro facilitation tool.
I get the following error in the console when running refacto locally. The retro page loads, but as soon as I try to submit a comment or action, it generates...
Password managers attempt to auto-fill the retro password field, but store a single password regardless of the actual retro being accessed. It looks like a hidden input element with the...
In a distributed retro, it is not obvious when somebody is entering an action; this can lead to multiple participants adding the same action, or actions being missed. When entering...
For large teams, it can be useful to divide the team into smaller groups for retro facilitation, but it is still useful to store all items and actions in a...
Pressing "next" closes an item and auto-selects another item, but some users confuse this for a "done" button and press it then click on another item to discuss (which has...
Close events are currently detected, but ignored (except for cancelling keepalive pings) The client should attempt to automatically reconnect if the connection is lost unintentionally. This should use retry logic...
When manually archiving, there should be an option to archive only the ticked items, leaving unticked items for the next retro.
Should be built on top of #19. It can be desirable to have action items automatically shown in Slack, ideally with the ability to tick items from inside the message...
FireFox has changed the `sessionStorage` behaviour; it is no longer possible to set `sessionStorage` data, redirect the user to another site, get redirected back, and read that data. This is...
Action items should always be archived, but it should be possible to delete the retro items. By default, the popup should show 3 options: Archive, Delete, Cancel. There should also...