Repository web UI #12

Open
opened 2024-07-09 08:30:10 +02:00 by Jef Roosens · 0 comments

The repository should come with a read-only web UI that can be used to explore the repository.

  • / serves as the homepage, as well as the listing page for the various distros
  • /:distro lists the repositories in this distro
  • /:distro/:repo is the homepage for the given repo, along with a searchable and paginated list of packages
  • /:distro/:repo/:pkg then serves the page where the metadata for the package is displayed. The list of files should not be loaded unless asked because it can be rather long
    • here i'm not sure yet what value we wish to use to route the packages (e.g. id or package name, or package name and version)
The repository should come with a read-only web UI that can be used to explore the repository. * `/` serves as the homepage, as well as the listing page for the various distros * `/:distro` lists the repositories in this distro * `/:distro/:repo` is the homepage for the given repo, along with a searchable and paginated list of packages * `/:distro/:repo/:pkg` then serves the page where the metadata for the package is displayed. The list of files should not be loaded unless asked because it can be rather long * here i'm not sure yet what value we wish to use to route the packages (e.g. id or package name, or package name and version)
Jef Roosens added the
enhancement
label 2024-07-09 08:30:10 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/rieter#12
There is no content yet.