Allow easier integration of phoenix in other applications
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 105
- Avg merge
- 16h 15m
- Merged PRs (30d)
- 34
Description
Note : I believe this is a way to make #824 possible without implementing it inside phoenix
Phoenix is a great tool to visualize and "inspect" physics event. On that base, one could imagine to build more targeted application, like master classes or analysis applications which would benefit of phoenix visualization and add more features. To give a practical example, the LHCb master class (https://lhcb-outreach.web.cern.ch/lhcbinternationalmasterclasses/d0-lifetime/) requires students to select particles in events which are candidates to a D0 decay and tries then to compute the mass of the D0 particle.
In order to use phoenix in such a context, one would need to define an interface to phoenix where the external application could easily register callbacks on the different phoenix actions (select in particular) and access associated data.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #824 and tracing how Phoenix currently handles actions, especially particle selection, and exposes associated event data. Define the external integration boundary around callback registration and data access; done means a documented interface supports applications such as the LHCb master class without implementing the feature inside Phoenix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100