Skip to content

Conversation

@jafranc
Copy link
Collaborator

@jafranc jafranc commented Oct 19, 2025

This PR aims at making a workable Timeline component in trame UI that will:

  • Allow user to see the following Periodic events on a Gantt-like charts of different colors:
  1. Solvers
  2. Output
  3. Statistics
  • Introduce appropriate datetime algebra when it comes to duration and date computes, though ensuring string representation where it is mandatory
  • Re-think the timeline peek view (to something clearer)
  • Fix or discard Date picker (TBD)

@jafranc jafranc marked this pull request as ready for review December 15, 2025 16:24
Comment on lines +51 to +56
#use to refect change in simput to gantt
# def _on_change( topic: str, ids: list | None = None ) -> None:
# if ids is not None and topic == "changed":
# print("blablabla")

# self.simput_manager.proxymanager.on( _on_change )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes exactly.

This is a paved way for including from formulaire to gantt reactivity

@paloma-martinez paloma-martinez merged commit 2c48d31 into main Dec 18, 2025
54 checks passed
@paloma-martinez paloma-martinez deleted the jafranc/fix/trame-timeline branch December 18, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants