cern-sis / cern-sis/react-formule

share: add prefix/param for shared field in location hash

Open
#60 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
16
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Right now the shared fields are displayed and added to the location like:
`http://localhost/#root$item_pkd44k$item_dprmi9`

It is better to:
- [ ] add prefix (e.g. `shared_field` => `http://localhost/#shared_field=root$item_pkd44k$item_dprmi9` ).
>>> this way we can allow for multiple functions of the location hash (e.g. if an app already utilizes hash locations, our functionality can be added on top, etc)
- [ ] maybe support for multiple selections?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.