Open Cleop opened 5 years ago
I'm going to start reading Hooked by Nir Eyal this weekend: https://www.goodreads.com/book/show/22668729-hooked
The book might gives us some ideas on the steps you have described above.
Rather than just blindly creating another time tracking app and hoping for the best we want our app to be based on science. Here are a collection of issues we need to organise to collate our learnings on this science:
Concept: Parkinson's Law : "work expands so as to fill the time available for its completion" Method for application: Timeboxing - Elon Musk's Time management method - https://github.com/dwyl/time/issues/208
Concept: before doing a task determine if you can eliminate, automate or delegate the task so that you don't have to do it again in the future/ or it will take you less time in the future Method for application: Multiplier time management approach
Concept: Estimate how long things will take you. Doing so sets realistic expectations for others and you avoid the stress of promising too much in too little time. (links to Parkinson's Law) Method for application: Practice estimating how long things will take you - https://github.com/dwyl/time/issues/147
Concept: daily goal setting Method for application: setting 3 things I want to get done today OR just one thing see discussion in: https://github.com/dwyl/time/issues/180
Concept: flow state - a state of relaxed high performance. Method for application: Quick feedback (eg. code that works) and long term feedback (app launches), challenge tasks offers is both a bit challenging but not too out of reach . Reduce distraction. https://www.youtube.com/watch?v=e1yqvuRoufc
Concept: monotasking, time-boxing, taking breaks, rewarding yourself for concentration Method for application: Working in pomodoros -https://github.com/dwyl/time/issues/161
Concept: eliminate interruptions Method for application: designate interruption free time from colleagues and from your own distractions e.g. notifications, then batch process those small tasks in one go at a designated time so you don't have to keep on context switching throughout the day https://github.com/dwyl/time/issues/204
Concept: start forming new habits on certain days of the year considered best for 'fresh starts' Method for application: https://github.com/dwyl/time/issues/207
One very common reason for tracking time is employer-led. This kind of time tracking is to do with trust, payslips etc. As mentioned in numerous places: https://github.com/dwyl/time/issues/19#issuecomment-131234993 https://github.com/dwyl/time/issues/170 We should consider this when thinking about time tracking as a whole to see how our own goals may work with or against other key time management motives.
This is a non exhaustive list of things you can do to start building a product and to organise your thoughts and ideas. The stages have overlaps and working in an agile way things will evolve over time. However, noting down some of these key points can help give you direction along the way:
1b. And for whom? dwyl/hq#213 https://github.com/dwyl/time/issues/192
Prioritise the problems you are looking to solve and choose one to start with. Then create hypotheses for your problem to test.
Make a wireframe that you believe will solve your hypotheses. https://github.com/dwyl/learn-wireframing/issues/1
Perform usability user testing with your wireframe to see if it proves your hypotheses. If your wireframes do not prove your hypothesis, take the feedback into consideration and reiterate until your hypothesis is proven.
Once you've confirmed your hypothesis you can start building your product. Ensure you decide upon metrics/counter metrics to test for to determine how your application should evolve as you go.