Adds a GET method to 'query' view and 'random_id' is added to each 'Query'#35
Open
Adds a GET method to 'query' view and 'random_id' is added to each 'Query'#35
Conversation
…ap) ihtiyaç yok. url de gösteriyoruz. oradan kopyalama özelliği de koyalım.
# Conflicts: # game_project/spellchecker/templates/spellchecker/spellchecker_answer.html # game_project/spellchecker/templates/spellchecker/spellchecker_query.html # game_project/spellchecker/views.py
…tart work from here
- added a field named tagged_sentence to Query - altered field sentence in Query to a TextField from CharField - created a new model Feedback with report and query (foreign key) fields - url aliases are now referenced with 'app:view_name' - /deda/cevap page is removed, now the result in shown at /deda/bul
…lling query engine - each query has a UUID named 'random_id', thus the results can be shared as a URL - removed isHappy field from Query I realized that this second functionality removes the need for the first functionality, not sure though. These new changes allow us to make queries in the background and use the 'query_detail' URLs to show them to other people. using clipboard.js for this. - added a custom template tag named 'domain_name' to get the domain name of the deployment. not sure this is the best way though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ignore moved files, they don't affect the Django app.
Last three commits are important.