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

Implementing and designing the search function #123

Closed
3 tasks
bartukonca opened this issue Apr 30, 2024 · 6 comments
Closed
3 tasks

Implementing and designing the search function #123

bartukonca opened this issue Apr 30, 2024 · 6 comments
Labels
Backend Priority: Medium Needs to be done without wasting much time.
Milestone

Comments

@bartukonca
Copy link
Contributor

ℹ️ Description

The basic functionality of the search is done and the frontend team is currently working on the design. However, the search function currently only displays some data it can find about the animal in the input. We should try adding more possible queries to it. For example, it should give information about the animals living in a certain location. We should write our ideas in the comments.

🎯 Tasks

  • Write down the tasks and update the issue by marking them when they are done.
  • Basic search implementation
  • Designing
  • More ideas for queries

Conclusion

...

@NazlicanAka
Copy link
Contributor

@bartukonca can you give example about basic search implementation to facilitate learning for us. I do not know really, but I can help if you can give more information about tasks

@bartukonca
Copy link
Contributor Author

You can check out this page for information on how to write the queries for Wikidata. https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial Currently the query we have isn't perfect, we can work on improving it to find the related animals better.
Later we can also add queries for finding a list of animals with certain properties. For example their diel cycle, or their taxonomy.

@Pqrq
Copy link
Contributor

Pqrq commented Apr 30, 2024

Mobile search is currently implemented.

Can one update the status of this issue?

@bartukonca
Copy link
Contributor Author

The basic functionality, searching an animal and getting some data, works. However, sometimes it can show irrevelent animals, which we are trying to fix. Also other queries can be written, which I will also research, to search for locations or properties etc.

@gulsensabak
Copy link
Contributor

I think we are getting intended results at least for that milestone. Should we close this issue?

@bartukonca
Copy link
Contributor Author

Okay we can close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment