-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove project's description field #5482
Remove project's description field #5482
Conversation
@@ -80,7 +80,6 @@ django-formtools==2.1 | |||
# https://github.com/rtfd/readthedocs.org/issues/3999 | |||
docker==3.1.3 # pyup: ignore | |||
|
|||
django-textclassifier==1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is used for spam project detection. I do worry that we'd get more spam if we don't run any detection. Perhaps we could run it on the name of the project. @agjohnson?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidfischer
There's an open PR for this. #5038
@@ -1,11 +0,0 @@ | |||
{% load projects_tags %}{{ project.name|heading|safe }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find any use case for this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stsewd is this file required?
I think you need to keep this fields in the api response, see the discussion in the issue and the previous PR |
@stsewd |
""" | ||
Forcing the description field to be an empty string. | ||
|
||
See https://github.com/rtfd/readthedocs.org/issues/3689. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forcing the description to be an empty string in the API response. This was done as per this comment.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still valid... I think. |
I remember that we talked in person about this, but I'm not really sure what was the path that we decided, @stsewd do you remember? Marking as Design Decision until then. |
I don't think we talked about this in person, but there was a conversation about this, what I remember (or I think I remember): hide the current field, the remove it from the db, but the api endpoints should remain (return empty or None) |
Closes #3689