/TimesheetGPT

Make timesheets easy! Use data from Microsoft Graph to generate a summary

Primary LanguageC#MIT LicenseMIT

πŸ•’ TimesheetGPT

https://timesheet-gpt.azurewebsites.net/

🎯 The goal is to make timesheets easier (especially for non-devs) by:

  • πŸ“Š Getting data from various sources (currently Microsoft Graph (sent emails, meetings, calls), soon GitHub, maybe Trello and DevOps)
  • πŸ€– Using Semantic Kernal to summarize all the data
  • πŸ“ Using all the summaries to make a timesheet

**Figure: **

πŸ›  Technical Stuff

πŸš€ Working on TimesheetGPT

Welcome, and thank you for contributing to TimesheetGPT! Before diving into the code, here’s how to get everything set up and running on your local machine.

🧰 Prerequisites

Ensure you have the following installed:

πŸ–₯ Setup

1. Clone the Repository

Open a terminal or command prompt and run:

git clone https://github.com/SSWConsulting/TimesheetGPT.git

Navigate to the project folder:

cd TimesheetGPT/src/TimesheetGPT.WebUI
2. Run the Application

Run the application using the following command:

dotnet run

Now, you should be able to navigate to https://localhost:7270 (or another port if you have configured it differently) in your web browser to view the application.

πŸ›  Develop and Contribute

πŸ”— Additional Links

πŸ™Œ Thanks for Contributing!

Your contributions and insights are integral to the growth and functionality of TimesheetGPT. Feel free to submit issues, create pull requests, or document any bugs found. Let's make TimesheetGPT stellar together!