THE PROJECT STATUS

For Agile & Classical Project Management

"Project Management without status reports is like an aeroplane without instruments. You would basically fly blind."

https://project-status.org ★★★★★

Status SheetProgressPersonsSetup

|

Score

|

StartInfosConceptsAbout

Changelog

The webapp THE PROJECT STATUS adheres to keep a changelog.

Known Errors

none

[0.17.6.alpha] 2021-11-29

Website

  • Blog → Concepts
  • Remove concept dates
  • Eagerly load images above the fold in concepts
  • Add a new concept on KANBAN

[0.17.5.alpha] 2021-10-05

App

Bug Fixes

  • Fix that aggregated nodes also consider precs

[0.17.4.alpha] 2021-09-29

App

Bug Fixes

  • Fix crash when folding in ROOT node
  • Fix regex for person names (now also allows dashes). Improve error message.
  • Fix faulty select behavior in SelectPerson component

Improvements

  • Replace minus with times for deleting a person
  • Added MoveBox also to bottom of Status Sheet

[0.17.3.alpha] 2021-09-05

App

Improvements

  • Auto save WHO and TO WHOM onBlur

[0.17.2.alpha] 2021-08-05

App

Bug Fixes

  • Span was showing wrong span.
  • Fixed bugs in connection with tree down up
  • Reversed: “By when cannot be before from when. The minimum span is zero.” BY WHEN can be before FROM WHEN and the minimum span can now be negative again.

[0.17.1.alpha] 2021-08-05

App

Improvements

  • Auto save of changes to Persons
  • Auto save of changes to Setup
  • Only show ’+’ after last person if this person has a name
  • Shift mouse click now sets traffic light status backwards
  • As a warning sign the position and span are colored in dark pink if the span is 0 or negative.

Bug Fixes

  • Role was lost in case of updates of a person
  • Fixed bugs in connection with pins (= milestones)
  • Corrected position of tooltip for PRECS
  • By when cannot be before from when. The minimum span is zero.
  • Failed to add 3rd status date and beyond.

[0.17.0.alpha] 2021-07-27

App

New Features

  • Progress tab: progress analysis with charts.
  • Deliverables with negative slack turn red also in sheet, not only in Gantt-Chart.

Improvements

  • The Start Date, the currency symbol, and the color borders can only be changed or dated back at initial setup and not at any further status date.
  • Delay of 500ms before error message shows.
  • DEGREE OF COMPLETION = Σ SPENTs|DOC>0 / Σ PROJECTIONs. All projections are aggregated up, but in order to not count ‘resultless’ amounts of time, SPENT is only aggregated up if the Degree Of Completion % > 0.
  • Better explanations in some tooltips.

Bug Fixes

  • Borders for Customer Satisfaction had wrong label.
  • Forms were not reset after status travels.
  • Submission of BY WHEN with ’+” and hour information led to an erroneous input format.

Website

Improvements

  • Added section for ‘Progress’
  • Some improved wordings and clarifications
  • Updated some screenshots
  • Added robots.txt

[0.16.6.alpha] 2021-06-19

App

Bug Fixes

  • a dependency bug caused missing dependents

Improvements

  • better setup of Unresolved Issues
  • additional Tooltips

Website

  • Update to gatsby-plugin-images

[0.16.5.alpha] 2021-05-26

App

Bug Fixes

  • When moving up or down there is a risk of potentially generating a circular dependencies. This causes artefacts. In case this happens a warning is issued.

[0.16.4.alpha] 2021-05-19

App:

Hot Fixes

  • SPENT did not accept input, when files were used from a previous API

[0.16.3.alpha] 2021-05-18

App:

Bug Fixes

  • Correct move behavior. Allow move across different parents.

[0.16.2.alpha] 2021-05-16

App:

Bug Fixes

  • Aggregated degree was > 100%
  • Reset Sheet was did not work properly

[0.16.1.alpha] 2021-05-10

App:

Hot Fixes

  • MoveIn button did not aggregate node properly. This led to subsequent errors in the position generation.

[0.16.0.alpha] 2021-05-09

App:

New Features

  • Additional option for inputing BY WHEN dates. ’+” followed by a duration string, eg. +1w3d4
  • Add KANBAN board move behavior
  • Allows nodes to become aggregates and allow empty aggregates
  • Add Work In Progress (WIP) and WIP LIMITS, breached WIP LIMITS turn reddish
  • Show hourglass, wenn SPENT >= 1 and DEGREE < 100%
  • Show node ID for cross-reference and Kanban interpretation
  • New button for adding a node as a child of a node
  • New button for toggling a node between is aggregate true or false. This only works if the level of the node is >= 2 and the node is empty in all aggregatable features.
  • Provide alphabetical sorting for WHO and TO WHOM
  • Add project ID to identify project in a multi project management environment.

Improvements

  • Improve headlines, WHO + (OWNER), DELIVERS WHAT + (ITEM OR SET)
  • Improve some tooltips.
  • Improved checking of circular references

Changed Features

  • Nodes on level 1 are only allowed to be aggregated nodes
  • Newly created nodes will have end of business day as BY WHEN

Bug Fixes

  • Precedents did not always show up on main line, but were hiding in details
  • Deleting of precedents did not always work

Website

New Features

  • Improved Explanations

[0.15.4.alpha] 2021-05-07

Bug Fixes

  • Correct two bugs in connection with assigning roles from teams
  • Hours in byWhen did not work properly

[0.15.3-alpha] 2021-05-05

Bug Fixes

  • Correct padding for position strings
  • Correct circular reference.
  • Person refs in delegates were not removed, when person was deleted.

[0.15.2-alpha] 2021-04-25

App:

New Features

  • Set active also through Gantt-Chart

Hotfix

  • Format Caret sizes and Boxes in GanttBar properly so that Safari shows is perfectly aligned.

[0.15.1-alpha] 2021-04-24

App:

Bug Fixes

  • Did not handle byWhen dates properly.

[0.15.0-alpha] 2021-04-21

App:

New Features

  • Warning for making ancestors, descendants or non-existing positions precedents
  • Make project title accordion button to save one line
  • Remove OK buttons by introducing auto-save
  • Bring Move Buttons into their own button field to save space and remove redundancies
  • Integrated UNRESOLVED and IGNORED button into a joint button
  • More tooltips
  • Some design improvements

Bug Fixes

  • Quality did not appear when deliverable is set to 100 for the first time
  • Precedents did not allow for more than one precedent (because of REGEX)
  • Correctly formatted page titles
  • Dependents were not correctly deleted when precedents were removed
  • Projection was only aggregated when degree > 0.

[0.14.2-alpha] 2021-04-15

App:

Bug Fixes

  • the aggregation algorithms did not treat isUnresolved and isIgnored properly
  • the aggregation of the degree now ignores deliverables that have degree === 0

[0.14.1-alpha] 2021-04-14

App

Bug Fixes

  • degree was not always an int, that lead to odd aggregations
  • recursive call of nodesTreeDownUp did not hand over all params
  • empty Box instead of Carets in Gantt did not have a minW and shrunk

[0.14.0-alpha] 2021-04-13

App

New Features

  • Score
  • Top Management TODOs → Senior Management Requests
  • Responsible → Delegate
  • Carets for Gantt-Chart
  • Initials in Gantt-Chart
  • Roles are synced across tabs
  • Project Manager → Project Manager/Owner

Bug Fixes

Website:

  • description of features of v0.13.0-alpha
  • Blog Project Categories
  • Blog Roles & Responsibilities
  • Blog Best Practices Framework

[0.13.0-alpha] 2021-03-23

App:

New Features

  • Added Top Management TODOs
  • Added Change Mgt, Quality Mgt, Risk Mgt and Knowledge Mgt.
  • Exam function
  • Double underline Positions
  • Improved tooltips
  • Simpler and faster project reducer
  • Cash → expenses

Bug Fixes

  • byWhen aggregation in edge case

Website:

  • description of features of v0.13.0-alpha

Bugs

[0.12.1-alpha] 2021-03-08

App:

New Features

  • New Status Date can now be only one day after previous one

Bug Fixes

  • revert: consider isIgnored when calculating fromWhen
  • negative span, projection and slack were wrongly calculated
  • Aggregation of Degree % only when at least one child has a degree > 0
  • Set quality back to 0 if degree gets < 100

Website:

Bugs

  • color links in mdx

[0.12.0-alpha] 2021-03-04

App:

New Features

  • Week view for Gantt-Chart
  • Paperbin for latest Status Date
  • Different Colors of Status Dates (blue) and Current Status Dates (pink)

Bug Fixes

  • Styling of Select Boxes when locked is not greyed out
  • Correct display deadline, forecast & accumulation of those
  • Properly align people in summary sheet
  • consider isIgnored when calculating fromWhen

[0.11.0-alpha] 2021-02-26

App:

New Features

  • MoveIn uses top neighbor as aggregation, when it is empty, i.e. has not received user information.
  • Hidden debug switch
  • Clean tree from dependencies
  • Prevent circular references

Bug Fixes

[0.10.0-alpha] 2021-02-25

Website

New Features

  • Infos with images

Bug Fixes

  • SEO properties
  • dateFormatted in PageFooter

App:

New Features

  • Empty nodes have now new moveIn and moveOut behavior.
  • Aggregation node takes over information from children and adds “Total”.
  • New ‘Reset Sheet’ button.

Bug Fixes

  • Fixed bug in moveIn behavior.

[0.9.0-alpha] 2021-02-22

Website

  • Add thanks

App:

New Features

  • Add confirmation for Reset
  • Add confirmation of successfully changing the status date

Bug Fixes

  • Remove crash, when entered byWhen, spent or degree was ""
  • Remove crash, when byWhen date was before project Date Start
  • Correct FC-value and aggregation
  • Fix form reset after reset

[0.8.2-alpha] 2021-02-22

Website:

Bug Fixes

  • Correct SEO
  • Correct link to Factory Reset

App:

Bug Fixes

  • Correct SEO and add Open Graph
  • Remove unknowns from ParamsUpload

[0.8.1-alpha] 2021-02-21

Website:

New Features

  • Text in Info and Blog

Bug Fixes

  • react-helmet (WIP)

App:

Bug Fixes

  • Upload
  • Better viewport of row inputs

[0.8.0-alpha] 2021-01-31

Website:

  • Initial public version

App:

  • Initial public version

© Prof. Dr. Ulrich Anders

prof.anders@online.de

https://project-status.orgLicense: CC BY-ND 4.0Factory Reset

Version: 0.17.6.alpha | API 6

Last change: 2022-01-02|00:58

Browser: undefined