seandenigris / The-Project-Project

Project Management unleashed from an "application" stovepipe, running on GToolkit (Smalltalk)
MIT License
2 stars 2 forks source link

At Computer Context / Requirement #27

Closed seandenigris closed 2 years ago

seandenigris commented 2 years ago

Use case: I want to review my financial software online. I'll need an internet connection, but not necessarily a fast one, and a device, but not one with a small screen, like a phone, because it will be awkward.

One of the things that makes this scenario interesting is it suggests an abstract hierarchy of contexts i.e. device -> computer -> MBP. For some tasks, I might need any device and for others, a particular device.

seandenigris commented 2 years ago

Internet connection check and speed test spike in 5d3ecb3

seandenigris commented 2 years ago

Basic computer requirement implemented in f73403e

seandenigris commented 2 years ago

There is a tradeoff between implementation/creation and consumption complexity. For example, GTD recommends 25 items as a possible inflection point. This seems like it may be premature complication, so we'll close for now.