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

When I create a project I would like to add notes to this project #709

Closed
pombredanne opened this issue Apr 28, 2023 · 4 comments
Closed

Comments

@pombredanne
Copy link
Member

When I create a project I would like to add notes to this project which are purely informational.
For instance I may want to keep some URLs or origin for an uploaded archive this way.

@krishna9358
Copy link

@pombredanne Can you guide me to work on this issue? I would love to give efforts to resolve the issue.

@pombredanne
Copy link
Member Author

pombredanne commented May 4, 2023

@krishna9358 The high level outline of the TODO would be:

  1. Model: Add a new field to Project model
  2. UI: Add new UI to add/edit and save the notes field
  3. CLI: Also add this to the CLI as a new "--notes" option while creating a project
  4. API: Add the ability to add notes when you create a project and retrieve the notes in the project API (as part of headers? TBD )
  5. Outputs: Add the notes to the JSON and YAML output as a header-level entry and to the XLSX output as a new tab (or some existing tab with project level data)

tdruez added a commit that referenced this issue Jun 1, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
@mjherzog
Copy link
Member

mjherzog commented Jun 5, 2023

This appears to be a duplicate of #129

@tdruez
Copy link
Member

tdruez commented Jun 7, 2023

Implemented in #756

@tdruez tdruez closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants