We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today if we want to put more than an organization by coop the page render as multiple rows as a new coop, not as a coop with multiple organizations.
The suggestion is to be possible define one or more organizations by coop. Maybe we can change the Yaml structure from this:
key_org_name: source: github|gitlab|git.coop login: <USERNAME_IN_THE_SOURCE> name: <NAME_OF_THE_COOP> url: <URL_OF_THE_COOP> description: <DESCRIPTION> location: <LOCATION>
to this:
key_org_name: - source: github|gitlab|git.coop login: <USERNAME_IN_THE_SOURCE> name: <NAME_OF_THE_COOP> url: <URL_OF_THE_COOP> description: <DESCRIPTION> location: <LOCATION> - source: github|gitlab|git.coop login: <USERNAME_IN_THE_SOURCE> name: <NAME_OF_THE_COOP> url: <URL_OF_THE_COOP> description: <DESCRIPTION> location: <LOCATION> - source: github|gitlab|git.coop login: <USERNAME_IN_THE_SOURCE> name: <NAME_OF_THE_COOP> url: <URL_OF_THE_COOP> description: <DESCRIPTION> location: <LOCATION>
I suggest the follow to-do list:
Original discussion:
Yes, I know. Will be necessary refactor the place that render this page. Maybe will be necessary to change the yaml structure to don't implement a workaround but to implement a good change. But, I think that will be best to have this discussion in a issue, not at this PR. And, about your request, what you want that me do?
Yes, I know. Will be necessary refactor the place that render this page.
Maybe will be necessary to change the yaml structure to don't implement a workaround but to implement a good change.
But, I think that will be best to have this discussion in a issue, not at this PR.
And, about your request, what you want that me do?
Originally posted by @vitormattos in #138 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today if we want to put more than an organization by coop the page render as multiple rows as a new coop, not as a coop with multiple organizations.
The suggestion is to be possible define one or more organizations by coop. Maybe we can change the Yaml structure from this:
to this:
I suggest the follow to-do list:
Original discussion:
Originally posted by @vitormattos in #138 (comment)
The text was updated successfully, but these errors were encountered: