Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Taxonomy Integration #129

Open
NuwanJ opened this issue Sep 15, 2024 · 0 comments · May be fixed by #171
Open

[Epic] Taxonomy Integration #129

NuwanJ opened this issue Sep 15, 2024 · 0 comments · May be fixed by #171
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@NuwanJ
Copy link
Member

NuwanJ commented Sep 15, 2024

The main concept of this project is to implement a Taxonomy module. Taxonomies are used to easily manage hierarchical listings without designing dedicated UI pages.

Here are a few user cases:

Department intranet page

Data source: https://github.com/cepdnaclk/www.ce.pdn.ac.lk/blob/main/_data/intranet.json

Taxonomy: intranet

- students
  - a list of [name, link]  
- staff   
  - a list of [name, link]  

Students

Data source: https://github.com/cepdnaclk/people.ce.pdn.ac.lk/blob/main/_data/students.json

- UG students 
  - E20
  - E19
  - ...
- Alumni students 
 - E18
 - E17
 - ... 

Past heads of the department

Data source: https://github.com/cepdnaclk/people.ce.pdn.ac.lk/blob/main/_data/past_heads_of_dep.json

@NuwanJ NuwanJ added the documentation Improvements or additions to documentation label Sep 15, 2024
@NuwanJ NuwanJ self-assigned this Sep 15, 2024
@NuwanJ NuwanJ added this to the Phase 3 milestone Sep 15, 2024
@NuwanJ NuwanJ linked a pull request Oct 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant