implements configurable schedule granularity and improves the schedule grid for denser schedule grids on smaller screens

This commit is contained in:
Eugene Dubinin 2017-01-17 14:46:12 +02:00
parent 4089f16f17
commit ff9ca4a817
11 changed files with 56 additions and 24 deletions

View file

@ -43,6 +43,7 @@ There are a couple of environment variables you can set to configure OSEM.
| OSEM_FACEBOOK_SECRET | *string* | OMNIAUTH Developer Secret for Facebook
| OSEM_GITHUB_KEY | *string* | OMNIAUTH Developer Key for GitHub
| OSEM_GITHUB_SECRET | *string* | OMNIAUTH Developer Secret for GitHub
| OSEM_SCHEDULE_CELL_SIZE | *integer* | Schedule timeslot size to use (in minutes), should be greater than zero, should be divisor of 60
| OSEM_SMTP_ADDRESS | smtp.opensuse.org | The smtp server to use
| OSEM_SMTP_PORT | *int* | The port on the smtp server
| OSEM_SMTP_USERNAME | *string* | The user for the smtp server