GSA / code-gov

An informative repo for all Code.gov repos
Other
270 stars 65 forks source link

Code.gov Schema Feedback #15

Closed froi closed 4 years ago

froi commented 6 years ago

At Code.gov we are constantly looking at how to improve our processes and those of our partners. A central part of these improvements in our JSON schema.

In the past, we have updated the schema from an initial 1.0.0 release to a 2.0.0 with little feedback. We would like to remedy that by asking for feedback on our future releases starting with version 2.0.1.

In this new release, we have added additional optional fields that we feel could benefit our users. We would like feedback on these fields and any other additional you feel should be considered.

The new schema can be viewed here.

We look forward to your ideas!

Scotchester commented 6 years ago

@froi Would it be possible to get an isolated list of what the new optional fields are so we don't have to parse a big JSON file to figure that out?

Also, are previously implemented fields up for discussion? If so, I'd like to reopen the discussion about whether laborHours should be optional.

froi commented 6 years ago

Hey @Scotchester, thanks for the feedback.

Let's start with the optional fields, they are:

are previously implemented fields up for discussion?

The complete schema is up to discussion. We want this to be as collaborative as possible and they are meant to change as needs arise. At the end of the day, all feedback will be taken into consideration and discussed by the team and if it is of benefit to the program, project, product or our users and partners we will see how we can make it work.

Specifically for the laborHours field you can ping @RicardoAReyes. He's been working with agencies to figure this out.

Hope that helps 😄

jbjonesjr commented 6 years ago

@froi for targeted system, perhaps a N/A option? If someone is building a purely web-based, O/S agnostic app, I think it makes more sense to target no OS than to target them all. thoughts?

DanielJDufour commented 6 years ago

@jbjonesjr , good point. It's an interesting case that I hadn't considered yet. I'm thinking of user stories that might shed some insight into what path we should take. If a user is looking for a code analysis tool that works on MacOS or iOS, they would want to activate a filter for operating system by selecting MacOS or iOS. However, if we have N/A, they wouldn't see all of the code analysis tools that are browser-based. Thus, I'd prefer to keep target_operating_system as it is, but I'm open to persuasion given other user stories :-)

We might also want to consider changing the name to supported_operating_systems if target_operating_system we hear that this is causing confusion among our users.

jbjonesjr commented 6 years ago

@DanielJDufour makes sense. in that case, i would want things that work on my MAC, which could be desktop/native apps, or web apps. I'm thinking about it more from the data entry perspective and ensuring people enter the right information. It might be worth separating the concerns of tool discovery from tool cataloging, allowing a metadata value like web-technology that would then be translated to all OS by the front end?

Definitely an interesting question.

froi commented 6 years ago

Sorry I've been MIA. @jbjonesjr @DanielJDufour very good ideas.

I think changing the field name to supported_operating_system make a ton of sense.

The distinction of tool discovery vs tool cataloging hadn't crossed my mind and would be an interesting topic to explore.

jcastle-zz commented 4 years ago

We have an internal meeting with agencies to discuss schema 2.0.1. This thread will be considered.