https://github.com/senior-sigan/toggl-reporter
App to make google-forms and redmine reports from Toggle data
https://github.com/senior-sigan/toggl-reporter
go-chi golang helper-tool office-work time-tracker toggle
Last synced: about 1 month ago
JSON representation
App to make google-forms and redmine reports from Toggle data
- Host: GitHub
- URL: https://github.com/senior-sigan/toggl-reporter
- Owner: senior-sigan
- License: mit
- Created: 2022-08-05T04:43:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T10:18:12.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:50:45.678Z (7 months ago)
- Topics: go-chi, golang, helper-tool, office-work, time-tracker, toggle
- Language: Go
- Homepage:
- Size: 345 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to build
1. Copy config.example.toml into config.toml
2. Build project with make
3.## How to make new page
1. Copy existing template (e.g `index.toml`) from `web/templates` in same folder.
Name accordingly.
2. Register route in `web/main.go` and add new location.
3. Add functions for each request type for location and other necessary things.