Skip to content

Latest commit

 

History

History
84 lines (42 loc) · 5.32 KB

release-notes-api.md

File metadata and controls

84 lines (42 loc) · 5.32 KB

Release notes for API

Known issues (still open)

enhancement # 126 (open): Show a better error message when the SignalR connection string is missing from the app settings

Planned for V0.7 Enhancements (open)

enhancement # 48 (open): When Host changes the session name, broadcast to all the logged in guests

enhancement # 142 (open): Add a feature to delete a session

Planned for Later (open)

enhancement # 13 (open): Add a "Resume clock" function

enhancement # 29 (open): Send notification (from Function) when a new session is created

enhancement # 63 (open): Add possibilty to send message to one guest only or to all

question # 64 (open): Should we add possibility to send a message from a guest to the host?

question # 73 (open): Should we also show the number of connected guests on the Guest page?

enhancement # 99 (open): Upgrade to .NET 5

Closed issues

Fixed issues in Later (open)

question # 50 (closed on 01 Jan 0001): Instead of using GUID for session ID, can we use simple random names

Fixed issues in V0.5.6.2 Fixes (closed on 30 Mar 2021)

bug # 118 (closed on 30 Mar 2021): When another host logs in into another group, it increments the number of guests anyway

Fixed issues in V0.5.6.1 Enhancements (closed on 30 Mar 2021)

enhancement # 109 (closed on 30 Mar 2021): Add logout button

Fixed issues in V0.5.4.1 UI enhancements (closed on 16 Mar 2021)

enhancement # 80 (closed on 16 Mar 2021): Make Hello World changes in a branch and deploy to a separate Static web app

Fixed issues in V0.5.2 Security (closed on 21 Feb 2021)

enhancement # 68 (closed on 21 Feb 2021): Move API to Static web app and secure

Fixed issues in V0.5 Multi-timers (closed on 21 Feb 2021)

enhancement # 58 (closed on 21 Feb 2021): Plan to have multiple timers per session

Fixed issues in V0.4.0 Groups (closed on 20 Feb 2021)

wontfix # 44 (closed on 20 Feb 2021): Implement a back channel for management messages

enhancement # 47 (closed on 20 Feb 2021): When guest logs in, send message to the host to let them know a guest joined

enhancement # 49 (closed on 20 Feb 2021): When guest changes their name, let the Host know

Fixed issues in V0.3 Settings (closed on 18 Feb 2021)

enhancement # 43 (closed on 18 Feb 2021): Allow the Host to give a friendly name to the session.

Fixed issues in V0.2 Groups (closed on 15 Feb 2021)

enhancement # 9 (closed on 15 Feb 2021): Use Groups to implement channels on single SignalR hub

Fixed issues in V0.0 (closed on 13 Feb 2021)

enhancement # 3 (closed on 13 Feb 2021): Create a basic client to demonstrate the timekeeping functionality

Fixed issues in V0.1 (closed on 10 Feb 2021)

enhancement # 1 (closed on 10 Feb 2021): Create and configure the SignalR hub used to synchronize the time and to send messages.

enhancement # 2 (closed on 10 Feb 2021): Create a function to register one client to the messaging hub

enhancement # 4 (closed on 10 Feb 2021): Create a function to start the countdown

enhancement # 6 (closed on 10 Feb 2021): Create a function to register one client as host