nextcloud / nextcloud/academy

UX: decide what a path selector is, then build or drop it

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

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2
Forks
1
Avg merge
1d 2h
Merged PRs (30d)
7

Description

Part of the UX backlog. Raised on 2026-06-11 against the old static portal; needs re-thinking for course-v2.

The original idea was a "path selector" on the portal so a reader could pick a route through the material rather than reading the catalog top to bottom.

This one needs a decision before it needs code. The catalog in course-v2 already lists tracks and levels, so it is not obvious what a path selector adds on top. Candidate readings:

  • choose PHP vs ExApp up front and hide the other track
  • a recommended order across tracks, levels and standalone modules ("start here, then this")
  • goal-based entry points, e.g. "I want to publish an app to the App Store" → a curated subset

Scope

Decide what a path actually is, then implement. If the answer is "the catalog is enough", close this as not needed — that is a valid outcome.

Where

components/CatalogClient.tsx, and content/course-manifest.json if paths need declaring as data.

Done when

Either a path selector exists and is driven by the manifest, or this issue is closed with the reasoning recorded.

Contributor guide

Open the contributing guide

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 by reading components/CatalogClient.tsx and content/course-manifest.json to understand how course-v2 currently exposes tracks and levels. Decide whether a path adds value beyond the catalog, then either implement a manifest-driven selector or record the reasoning for closing the issue as unnecessary. Done means the selector works from manifest data, or the decision and rationale are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.