liquid-labs / liquid-labs/intraweb

Support site level default display options

Open
#35 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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.yaml on startup.
  • Merge default display to directory level inputs.yaml display 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.