Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baselines for planning audits? #4

Closed
poVoq opened this issue Nov 6, 2016 · 3 comments
Closed

Baselines for planning audits? #4

poVoq opened this issue Nov 6, 2016 · 3 comments

Comments

@poVoq
Copy link

poVoq commented Nov 6, 2016

In the long run (but I guess that would require significant code changes) it would be awesome if there was an option to generate "baselines" i.e. snapshots of earlier planning stages that can be compared to the current time plan to identify common bottlenecks or planning mistakes etc.

@Deluxcode-paul
Copy link

Deluxcode-paul commented Feb 20, 2018

I also need this

@phtmgt
Copy link

phtmgt commented Apr 30, 2019

A quick suggestion on how you can implement this on your own:

Why don't you take the snapshot yourselves, i.e. save the tasks array to your database/storage of choice? Then you can retrieve and visualize it anytime you want.

For example:

  1. submit your current tasks array to your backend and save it with a timestamp and a relation to an object (project probably...)
  2. in each project, get a list of all timestamped related snapshots from your backend
  3. render a select field and on selecting the relevant snapshot just switch the tasks prop to the snapshot data

@safwansamsudeen
Copy link
Collaborator

Sounds good... except where would you store the data?

Would export (see #294) fix your problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants