Skip to content

All projects

Tools

TS Project Manager

A project tool that turns a team’s workload into assigned tasks.

Role
Flutter developer
Platforms
Android · iOS
Year
2021
Status
Shipped
Stack
FlutterDartREST API
Links
No public listing

The brief

A project tool for a company that already had a way of working and wanted it written down: employees, tasks, who owns what, and what is late. The failure mode for tools like this is that they ask for more bookkeeping than the work saves, and then nobody updates them.

My part

Flutter development against a REST backend: task boards, assignment, status changes, and the views a manager uses to see where a project actually is.

Decisions

Assignment is one action, everywhere. A task can be handed to someone from any screen it appears on. The moment reassigning costs three taps and a navigation, people stop doing it and the board becomes fiction.

Late is computed, never entered. Status is derived from dates the system already holds rather than from a field somebody has to remember to change.