-
Notifications
You must be signed in to change notification settings - Fork 7
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
Activity feed #767
Comments
To me, this is a dedicated space, ping @anasstarfaoui.
This is a feature for a future iteration.
You offer a first approach, and we can iterate on that. |
@MarieS-WiMLDS, I believe warnings should be kept in the context of their generation (typically the Python call). That is, warnings should not be elements of the Activity feed, but rather related to the resulting items. I believe this serves two opportunities:
Finally, it would make the Activity Feed simpler to implement. What do you think? |
Ok for me, only caveat is that |
Right, I forgot that warnings could be issued outside of the scope of an item. So there are two possibilities:
|
What I liked about having the warning in activity feed is that it can be presented nicely, with a nice police, in a paragraph instead of a line, etc. |
Okay then here is the link to the first iteration of activity feed https://www.figma.com/design/Qzjyxv0lPDU2kKtsH9dcp3/Skore---Workstation---High-fidelity-mock-ups---Q3?node-id=4609-7164&t=4BuhqNELqxRDndV2-1 |
Is your feature request related to a problem? Please describe.
As a user, I want to see quickly items that are created, including warnings.
Describe the solution you'd like
This solution is very MVP. My goal is to create a spec that requires as little tech work, rework and object creation as possible at first.
In a view called "Activity feed", I want to see all the items created & the warnings.
The most recent should be on top.
Whenever an item is updated, the older version is deleted from the feed so it appears on top only.
If possible, the warnings shouldn't be items that appear in the items list on the left.
UI mockups
Application must now have two (virtual) pages. One for the project view, one for the activity feed.
There URL must be:
A new vertical left bar (looking like a workspace switcher) will act as the main app navigation.
light mode
dark mode
Figma source.
Describe alternatives you've considered, if relevant
No response
Additional context
Here is a list of questions that are either on hold, or answered in this specs in order to go towards an MVP that we can demo and experience, but not necessarily with the best answer:
Ready State Checklist
The text was updated successfully, but these errors were encountered: