liquid-labs / liquid-labs/intraweb
Support site level default display options
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Overview
Allow site level configuration. Note that because of cost of checking path through buckets and limited utility, we only support a single site level default which is combined with each directory directly. Parent directories don't influence sub-directories.
Deliverables
- Support reading
site-inputs.yamlon startup. - Merge default display to directory level
inputs.yamldisplay options to determine effective display options for each directory. - Support
display.sectionSort: { Documents: "alpha" }(etc.) where value can be "alpha" (default) or "manual" which does not sort the list and displays it in the order it's written.
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
Start at the startup path that reads site-inputs.yaml, then trace how directory-level inputs.yaml display options are loaded and applied. Implement the site default merge and sectionSort handling for alpha and manual ordering; done means all listed deliverables work for each directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100