forgejo: filter issues in projects by label #12

Open
opened 2025-04-04 08:38:36 +00:00 by kfearsoff · 0 comments
Member

Upstream issue: https://codeberg.org/forgejo/forgejo/issues/1396

Upstream issue mentions filtering for milestones, and adding milestones to projects. These should be two different pieces of work; this issue is about projects only

Languages

go-html-template: basically it's HTML with templating syntax from Go library, which is often used in Go projects

Relevant Info

Here are templates for projects: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/projects

Seems we can steal a lot from existing label filtering on issues: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue

In particular, these files seem very relevant:

https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_actions.tmpl
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_list.tmpl

Upstream issue: https://codeberg.org/forgejo/forgejo/issues/1396 Upstream issue mentions filtering for milestones, and adding milestones to projects. These should be two different pieces of work; this issue is about projects only ## Languages go-html-template: basically it's HTML with templating syntax from Go library, which is often used in Go projects ## Relevant Info Here are templates for projects: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/projects Seems we can steal a lot from existing label filtering on issues: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue In particular, these files seem very relevant: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_actions.tmpl https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_list.tmpl
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: lix-project/external-bugs#12
No description provided.