kddresearch / KDD-Wiki-NextJS

The new KDD Wiki written in NextJS
Other
1 stars 0 forks source link

Design Research Projects Epic #8

Open Legonois opened 2 months ago

Legonois commented 2 months ago

User Story

As a Developer, I want to be able to organize and track the progress on the Research Projects system as a collection of User Stories

Description

We need to be able to take feedback and fully define the system that we will use to create Research Projects and User Stories

Tasks

Legonois commented 2 months ago

Research Project Object Design

Properties

Questions

Required Object Tables

  1. ResearchProjects
  2. Publications
  3. Datasets
  4. Source Code (?)
  5. User / Member
  6. Tags
  7. EntityTags
  8. PersonellProject

Reviewers

Legonois commented 2 months ago

Implemented a MDX parser as apart of this feature, as the Research Projects will support MDX https://mdxjs.com/packages/remark-mdx/

060385c5e658fb65e11defdf929b2101b5b0e686

Legonois commented 1 month ago

Things we discussed:

Navigation Whiteboard

How navigation will work! I think we came to the conclusion of creating a few things.

I will also be lowering the scope of this project item. This will SOLEY be about the research project design work, not including the implementation side of it. Hopefully will be easier to digest and we can get though this faster

Legonois commented 1 month ago

Removed - [ ] Review with Dr. Hsu - [ ] Create issues based on user stories - [ ] Review (Research Projects) object - [ ] Look into https://github.com/typeorm/typeorm for table creation - [ ] Create Research Projects table

Legonois commented 1 month ago

User Stories

Backend

Frontend