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

Creating a commenting page #44

Closed
maayanhd opened this issue Apr 1, 2021 · 1 comment
Closed

Creating a commenting page #44

maayanhd opened this issue Apr 1, 2021 · 1 comment
Assignees

Comments

@maayanhd
Copy link
Collaborator

maayanhd commented Apr 1, 2021

The commenting page will be a standalone page that the user will be redirected to when clicking on a "comment" button from the page that will be created for viewing a post.

for further details please check the google doc that elaborates the feature story in details (link appears on the bottom of the ReadMe file of the project)

@maayanhd maayanhd self-assigned this Apr 1, 2021
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 4, 2021
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  ppickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models

admin model registraion fix
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models

admin model registraion fix
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models

admin model registraion fix
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models

admin model registraion fix

fix admin comments model
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

extra changes on models

admin model registraion fix

fix admin comments model

fix comment model admin registration
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 5, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)

Adding commenting model part and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 7, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 7, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 7, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

- fixing app registration (19:27 push)
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 7, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 8, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 8, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to the comment model ([admin.py][3])
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 8, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 8, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 9, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project

- Adding default value auto field for primary key in models
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 9, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project

- Adding default value auto field for primary key in models
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 9, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project

- Adding default value auto field for primary key in models
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 10, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 10, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project

- Adding default value auto field for primary key in models
maayanhd added a commit to maayanhd/picATrip that referenced this issue Apr 10, 2021
- opening a separate comment_system app to maximize parallelism on
  models (post model was added as an empty model that will be replaced
  with an import of the post model when it will be ready - related to
  redhat-beyond#40)
- adding [migrations/0001_it initial.py][1] and a model ([models.py][2]) for representing a comment.
- adding customized model registration to comment model and automating the process for models ([admin.py][3]) that will be added in the future
- adding the app to [setting.py][4] file to define the new app (and
  fixing the admin.py - unique to all apps - under
  pickATrip_django_apps)
- Adding a test file for migrations - for populating DB regarding the
  Comment model

Adding commenting model part, Migrrations and tests, and model registration in the admin.py file

related issue: redhat-beyond#44
closes redhat-beyond#46

Adding more accurate comment model objects in migrations test-
containigs active and tag fields for diversity in comment objects

 - fixing app registration for consistency in app registration in
   project

- Adding default value auto field for primary key in models
@maayanhd
Copy link
Collaborator Author

maayanhd commented Apr 15, 2021

Irrelevant-> look for issue #63 for more relevant feature (currently in progress)

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