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

support reviews, comments, user submitted audio clips, etc. for top-level schema types #19

Open
RustoMCSpit opened this issue Nov 27, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@RustoMCSpit
Copy link
Contributor

RustoMCSpit commented Nov 27, 2024

"I think the Registry specification could be extended to support reviews, but would need some thought to it."

will the reviews, comments, user submitted audio clips, etc. be collected on each app / cli / website in different repos or will they all be aggregated and sent upstream and downstream.

also, will reviews be broken up into multiple categories (e.g. gui, dsp, etc.) and each gets a 1-10 rating and then thats averaged out into an overall 1-10 or is it just an overall 1-10, and will reviews be able to submit markdown text, gif, image, audio, midi data, etc. and finally can people respond to reviews (especially the developer)

https://www.thomann.de/ie/harley_benton_hbma_50_mandoline_vs.htm

image

@RustoMCSpit RustoMCSpit changed the title reviews support reviews, comments, user submitted audio clips, etc. Nov 27, 2024
@kmturley kmturley self-assigned this Nov 27, 2024
@kmturley kmturley added the enhancement New feature or request label Nov 27, 2024
@kmturley
Copy link
Member

The Registry has top-level schema types such as:

  • plugins
  • presets
  • packages

Potentially it could be extended to add:

  • comments
  • reviews

comments/reviews could have various properties such as:

  • author
  • date
  • description
  • files

Based on the current architecture comments/reviews would need to be submitted as yaml files, which is not ideal.
Likely there would need to be an API and database to allow login and saving of comments/reviews.

Definitely interesting feature idea, but would say this is a long-term feature request, after everything else is done.

@RustoMCSpit
Copy link
Contributor Author

RustoMCSpit commented Nov 27, 2024

comments/reviews could have various properties such as:
author, date, description, files

links to project files? so just markdown i guess

also if a plugin is ever detected it should have a "projects used in" section

#23

@RustoMCSpit
Copy link
Contributor Author

RustoMCSpit commented Nov 27, 2024

The Registry has top-level schema types such as: plugins, presets, packages

this should apply to projects too, people should be able to review them. soundcloud lets people add comments (which should be able to include markdown text, gif, image, audio, midi data, etc.) on a wav file animation, that could be done specifically for this. you could also have each track as its own wav and have a dropdown to see the master wav or the individual wavs / midi (so detecting track groups would be important too)

@RustoMCSpit
Copy link
Contributor Author

RustoMCSpit commented Nov 27, 2024

author

#24

this would be going into user login territory and that means user pages and passcodes

@RustoMCSpit RustoMCSpit changed the title support reviews, comments, user submitted audio clips, etc. support reviews, comments, user submitted audio clips, etc. for top-level schema types Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants