Skip to content

Conversation

@onurgu
Copy link
Member

@onurgu onurgu commented Jul 31, 2020

Please ignore moved files, they don't affect the Django app.

Last three commits are important.

onurgu added 12 commits June 22, 2020 23:35
…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
- 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.
@onurgu onurgu requested a review from haozturk July 31, 2020 18:19
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

Successfully merging this pull request may close these issues.

2 participants