Ghalko / noteTaker

Python/sqlite program to help take notes and time the amount of effort spent on projects.
MIT License
1 stars 1 forks source link

Display only loads a certain number of past days #2

Closed Ghalko closed 10 years ago

Ghalko commented 11 years ago

Currently my general purpose project is getting pretty long. It might be a good idea to only have a certain number of entries displayed at any one time. Should this be done with "load more" buttons or integrated into scrolling?

Ghalko commented 10 years ago

This could be split up into days. Each with its own text display. Of course this would all have to be inside the scrolling region. That or only load the previous and current days and improve the display for the search.

Ghalko commented 10 years ago

Have days.py, will attempt to integrate it as the main display functionality.