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

Re-arrange fields for code #325

Open
ineiti opened this issue Feb 20, 2024 · 0 comments
Open

Re-arrange fields for code #325

ineiti opened this issue Feb 20, 2024 · 0 comments

Comments

@ineiti
Copy link
Member

ineiti commented Feb 20, 2024

Currently the code is defined as follows:

            sy.Optional("code"): sy.Map({
                "type": sy.Str(),
                sy.Optional("url"): sy.Url(),
                sy.Optional("date_last_commit"): sy.Datetime(),
                }),

The following elements are outside of the code tag and should be included:

            sy.Optional("lines_of_code"): sy.Str(),
            sy.Optional("language"): sy.Str(),
            sy.Optional("license"): sy.CommaSeparated(sy.Enum([
            sy.Optional("maturity"): sy.Int(),

Also, it should be possible to add multiple code tags to a project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant