Details
-
Task
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
-
1.0-m12, 1.0-b05/b-06
Description
Port the Personalization module to use MobX:
- Rework the Store and components with @observer @observable
- Settle on a clear pattern for how store data is updated (probably not directly from a component but rather using some kind of simple Action)
- Implement a better way of fetching data from the API, especially one that cleanly prevents duplicate calls from happening
- Experiment with mutable vs. Immutable.js data structures
Attachments
Issue Links
- is blocking
-
JENKINS-37250 Rework stores for MobX
-
- Resolved
-
Latest spike is here: https://github.com/jenkinsci/blueocean-plugin/tree/feature/JENKINS-36921-mobx-personalization
I will look at this again tomorrow and figure out what next steps are.