Progress update
Added some more features for nexxt version and updated the state of some features for the next release.
This commit is contained in:
		| @@ -4,21 +4,23 @@ | |||||||
|  |  | ||||||
| ## Installer | ## Installer | ||||||
| * Optimise the installer by adding a few more options when updating | * Optimise the installer by adding a few more options when updating | ||||||
|  | * Add version number on both, the installer and the software version to allow automatic updates | ||||||
|  |  | ||||||
| ## Main script | ## Main script | ||||||
| | Feature | Status | | | Feature | Status | | ||||||
| | -- | -- | | | -- | -- | | ||||||
| |Implement daily view (will take some more time)| Not yet started | | |Implement Agenda view (will take some more time)| Work in progress | | ||||||
| |Display more events when free space is available (below monthly calendar)| finished -> implemented in master branch| | |Display more events when free space is available (below monthly calendar)| finished -> implemented in master branch| | ||||||
| |Implement feature to fetch tasks| work in progress. Problem encountered: Google Calendar does not support vtodo (tasks)| | |Implement feature to fetch tasks| canceled as Google Calendar does not support VTODO (Tasks)| | ||||||
| |Add code in E-Paper.py for fixing errors related to the iCalendar (ics.py is pretty picky)| finished -> implemented in master branch | | |Add code in E-Paper.py for fixing errors related to the iCalendar (ics.py is pretty picky)| finished -> implemented in master branch | | ||||||
| |Add support for recurring events found in iCalendars| finished -> implemented in master branch (credit to Hubert)| | |Add support for recurring events found in iCalendars| finished -> implemented in master branch (credit to Hubert)| | ||||||
| |Truncate event names if they're too long to be displayed|finished -> implemented in master branch| | |Truncate event names if they're too long to be displayed|finished -> implemented in master branch| | ||||||
| |Fix a bug where past events are shown along with ones in the future| finished -> implemented in master branch | | |Fix a bug where past events are shown along with ones in the future| finished -> implemented in master branch | | ||||||
| |Add support for ics files along with iCalendar URLs| Not yet started | | |Add support for ics files along with iCalendar URLs| Not yet started | | ||||||
| |Add feature to fetch rss-feeds and display it on the E-Paper| Work in progress, nearly finished.| | |Add feature to fetch rss-feeds and display it on the E-Paper| finished -> implemented in master branch | | ||||||
| |Add 'pre-processing' operations on the generated image to greatly improve readablity| finished -> implemented in master branch | | |Add 'pre-processing' operations on the generated image to greatly improve readablity| finished -> implemented in master branch | | ||||||
| |Fetch events in iCalendar if they are in the range specified by the settings.py file|finished -> implemented in master branch| | |Fetch events in iCalendar if they are in the range specified by the settings.py file|finished -> implemented in master branch| | ||||||
|  | |Allow leaving some setting blank(iCalendar, api_key) in case users want to test the software first| -> work in progress| | ||||||
|  |  | ||||||
| ## E-Paper files (epd7in5/epd7in5b) | ## E-Paper files (epd7in5/epd7in5b) | ||||||
| | Feature | Status | | | Feature | Status | | ||||||
| @@ -29,10 +31,10 @@ | |||||||
| ## Settings file | ## Settings file | ||||||
| | Feature | Status | | | Feature | Status | | ||||||
| | -- | -- | | | -- | -- | | ||||||
| | Add option to switch between the monthly and daily view | not yet started | | | Add option to switch between the monthly and agenda-view | work in progress | | ||||||
| | Add option to display one of the following below the monthly Calendar section: Tasks, RSS-feed, events| work in progress | | | Add option to display one of the following below the monthly Calendar section: Tasks, RSS-feed, events| work in progress | | ||||||
| | Add option to fetch events from a given time range in the future| finished -> implemented in master branch| | | Add option to fetch events from a given time range in the future| finished -> implemented in master branch| | ||||||
| | Add option to choose the Display-update interval| work in progress | | | Add option to choose the Display-update interval| finished -> implemented in master branch | | ||||||
|  |  | ||||||
| --------------------------- | --------------------------- | ||||||
| ## More feature suggestions (will not be implemented anytime soon) | ## More feature suggestions (will not be implemented anytime soon) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user