Skip to content

danielmackay/daily-scrum

Repository files navigation

Daily Scrum EmailR

MIT License

🤔 What is it?

A tool to generate a daily scrum emails and timesheet notes based off tasks stored in Microsoft To Do.

📺 Video

https://youtu.be/ZFV-UH5eZ7M

✨ Features

  • Integration with Microsoft Todo via Graph API
  • Generation of Daily Scrum emails
  • Generation of Timesheet notes

🎉 Getting Started

.NET

dotnet run

Docker

Using docker can be helpful to always keep the application running in a container.

docker compose up -d

Usage

Once the website is running you will need to generate an Access Token from Microsoft Graph API.

Generating a Microsoft Graph Access Token

  1. Visit https://developer.microsoft.com/en-us/graph/graph-explorer
  2. Ensure you're logged on
  3. Execute the https://graph.microsoft.com/v1.0/me query
  4. Copy the access_token value from the response

Authors

Tech Stack

  • .NET 8
  • ASP.NET Core
  • Blazor Static SSR
  • VSA
  • Boostrap
  • Docker

Roadmap

  • Single-Sign On Support
  • Sending of Emails

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published