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

Add ability to search for a raga? #10

Open
1 task
joereynolds opened this issue May 5, 2024 · 0 comments
Open
1 task

Add ability to search for a raga? #10

joereynolds opened this issue May 5, 2024 · 0 comments

Comments

@joereynolds
Copy link
Owner

joereynolds commented May 5, 2024

Search features:

  • Search raga by name
    • If the raga contains the string entered, show it in the resultset in realtime
  • Search raga by swaras
    • Have a layout of the swaras and allow users to enter them. Any matches are added to the resultset as you type
  • Search raga by intervals
    • Same as searching by swara but this time list the intervals for a user to pick
  • Search raga by notes
    • Same as searching by swara but this time list the notes for a user to pick. We will assume the root of C for simplicity's sake
  • Pressing / on the page should open the search dialogue.

Todo

  • - Create a SearchController
  • Add the basic ability to search by name for now. Something like this pseudocode:
Raga::where('name')->contains($searchstring);

For all of this, I think we should use HTMX

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

1 participant