OpenConext / OpenConext/OpenConext-manage
Templating in metadata fields
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 7
- Forks
- 13
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 7
Description
I would like to be able to use templating in metadata field, so that I could refer to anther field. For example, for the logo I would like to use a defautl value based on the crm_id, so that I could set
logo:0:url = "https://static.example.com/logos/idp/${coin:institution_guid}.png"
instead of syncing all logo:urls and institution_guids by hand.
The syntax above is just a suggestion. Other formats might be more convenient, or you might want to use a library that forces a particular syntax.
Contributor guide
No contributing guide indexed for this repository
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
The issue names no files, tests, or entry points. Begin by locating how metadata fields are parsed and resolved, then define a supported templating syntax and verify that one field can derive its value from another without manual synchronization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100