Skip to content
sajanjoseph edited this page Aug 25, 2011 · 3 revisions

Welcome to the pomodoro wiki! (what is pomodoro technique? --> http://en.wikipedia.org/wiki/Pomodoro_Technique)

pomodoro is a django web app which can be used to add entries that has a start time,end time and belongs to one or more categories.It uses javascript for starting/stopping a timer,and lets the user assign one or more categories to the entry. A report generation page is available .It uses matplotlib for making barplots..Plot image is shown on the page.A link to the pdf containing the plot is given alongside.Piecharts will be added later.

An entry detail page is shown when user clicks on the entry.It lists the start,end times ,the date of adding the entry,its duration and the entry description.

You can edit an entry's description and its categories but not the date or start/end times. You can click on a category to view its description.It can be edited though the edit link.

The user can list entries and categories.

http://127.0.0.1:8000/pomlog/entries/ will list all entries

http://127.0.0.1:8000/pomlog/entries/2011/ will list all entries in the year 2011

http://127.0.0.1:8000/pomlog/entries/2011/aug/ will list all entries in August, 2011

http://127.0.0.1:8000/pomlog/entries/2011/aug/01/ will list all entries on 1st August, 2011

http://127.0.0.1:8000/pomlog/categories/ will list all categories

(I created this to record my pomodoro ( work/study) sessions and later ,view how much work I did each day,each month etc).

Clone this wiki locally