TeamBlob / COI-Finder-React

0 stars 0 forks source link

Consumption of COI dataset #4

Closed TeamBlob closed 2 months ago

TeamBlob commented 2 months ago

Description

Have to consume the various COI datasets for UI consumption

User Story

As a developer, I want to be able to consume the various COI datasets and output them into a standard schema for the UI to consume.

Acceptance Criteria

Notes

Please don't hesitate to add any other context or screenshots about the feature here.

TeamBlob commented 2 months ago

The Coi(Meta|PC) dataset has a field called CO-AUTHORSHIP. The schema of that specific field is full name:[(year, number)]

However, I am unsure what the number is used for.

TeamBlob commented 2 months ago

In the meetup with prof for the #3 issue, there were some suggestions to improve the UI:

TeamBlob commented 2 months ago

The Coi(Meta|PC) dataset has a field called CO-AUTHORSHIP. The schema of that specific field is full name:[(year, number)]

However, I am unsure what the number is used for.

In the Meta|PC dataset, CO-AUTHORSHIP field, full name:[(year, number)]. The number field refers to number of the COI violations that occurred in that year.

Therefore the field is as such full name:[(year, count)].

TeamBlob commented 2 months ago

In the Acceptance Criteria: Develop a method that allows the program to determine the dataset category, was initially accomplished by checking the file name. This is a poor implementation of determining the dataset category. Therefore the category should be based on the dataset fields.