-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Kristina, Mutti] Web Back End - Django, API and Databases #120
Comments
I have created a query in SPARQL which retrieves title, description, longitude, and latitude of some locations in Istanbul (note that we definitely need much more information). I have also integrated it into a django project just to see how it would work. Please check 26c58aa for the current results. |
Very large update can be seen at 3dc83eb . Now we can make single-word searches and display various data (name, description, coordinates, inception, 5 nearby places, 5 places from the same period). |
Last 2 features need improvement and testing |
We have some problems:
|
Problems solved and pull request is opened. Waiting review from our friends. Last commit: 7e374c2 |
Does the API return a fixed number of results? Been trying with different inputs and I always get (at most) 10 results. |
Yes the current limit is set as 10. When makig the API I just thought that would be a reasonable amount of choices we can offer to a user. If you want to decrease or increase that number for any reason let us know. |
Closing as it is considered done after reviewer comments and the pull request merged. Will open other issues as necessary. |
We will be working on Web Back End at least for the week of April 15th. The important thing is to fully understand what features our requested API can and should provide, research the allowed environment which includes Django, and create at least a minor prototype of the API itself.
Deadline: Tuesday, April 16th
Estimated effort: 3-4 hours
Reviewers: @ceylingebes @Taha-Topaloglu
The text was updated successfully, but these errors were encountered: