A simple zero-config web app written with React (CRA) and .NET (HotChocolate [including GraphQL Subscriptions]) which allows a team - in the time of home office & flex desk - to easily see where each member is working from.
- Go to the site (see the url in the top right of github) or start it locally (you'll need a mongo db connection string)
- Specify the following query params directly in the URL:
teamIdentifier
: Kind of a sessionId / password for you team, so only people who know the url can view and change the datateamName
: The name (display name) for you teamwho
: You can add as manywho
params as you like, each one is the name of one team member, e.g.who=Patrick
- Share the link with your team members (or add it as a custom tabs in teams)
- You'll get something like this:
- ????
- Profit!