title | description | author | tags | created | modified |
---|---|---|---|---|---|
PlanYourWeek |
Website for planning physical, educational and other tasks by weeks. |
Stanislav Yarkin |
python, django, bootstrap, productivity, personal planner |
2015 Sep 15 |
2015 Nov 24 |
There are a ton of time managers and productivity planners. Why did I decide to create yet another one? Because I want the tool that matches exactly the needs I have. And I don't need extensive functionality, that actually only disturbs me. My concept is this: every day has three sections - one for physical activities, one for educational activities, and one for random single tasks.
You can click on a section and create/edit corresponding activity.
Physical activity is for controlling my gym routine. I need to schedule appropriate workout by day of week, and track my weights by exercise.
Educational activity is for staying focused on my education. Normally it is MOOC or some personal project. When I am learning something I found it is very important to note new things I learned from previous exercise, so I could read it later before starting new session.
Single tasks might be just random stuff I have to do. So this section is helpful to not forget about some important thing I want to do this day.
You need to instal python 3.4 and django on your computer. Than you can run the local server and test the website.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D