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

Overall status bar #38

Open
gilesdring opened this issue Mar 14, 2021 · 4 comments
Open

Overall status bar #38

gilesdring opened this issue Mar 14, 2021 · 4 comments
Assignees

Comments

@gilesdring
Copy link
Collaborator

On one side:
Last saved/saved state area
Overall canvas status selector? With warning if sections are not marked complete.
On other side
ODI logo
CC Licence on tool
Link to ODI DE canvas

@gilesdring gilesdring self-assigned this Mar 15, 2021
@davetaz
Copy link
Member

davetaz commented Mar 16, 2021

One left:
Last saved
Status (Based upon overall completion)

On right:
License and description

See https://davetaz.github.io/idec/idec-basic/index.html

@gilesdring
Copy link
Collaborator Author

Need to prevent lastUpdated status changing when bubble opened
Opening a canvas should not update date

@gilesdring
Copy link
Collaborator Author

@davetaz A recent commit stops the date updating opening a saved canvas.

Unfortunately, due to the dynamic lists (in particular) it's non-trivial to fix the bubble issue. I will take another look at this, but it's probably in the category of 'significant re-engineering' to resolve.

@gilesdring
Copy link
Collaborator Author

Have managed to reduce the time updates a bit more. Given the way the app is stitched together, it's probably not possible to eliminate the updates to the last saved time, unless we stop auto-saving and make the users click a button. Given the reactive nature of the code, it's triggering updates all the time, particularly with the dynamic lists. I think I've taken this as far as I reasonably can for now.

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

2 participants