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

Question title descriptive #18

Open
wants to merge 78 commits into
base: main
Choose a base branch
from

Conversation

chithrarajan
Copy link

@chithrarajan chithrarajan commented Apr 5, 2023

Screen Shot 2023-04-14 at 1 11 29 PM

In the screenshot above on the left hand side you can see the list of questions below the search bar. Instead of having these questions be listed by their question IDs, or the file names for them in the github repo, we are pulling the actual question titles from the associated JSON for each question. We are calling them a descriptiveTitle.

.travis.yml Outdated
@@ -9,7 +9,7 @@ cache:

env:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be deleted now

@@ -0,0 +1,5 @@
class AddDescriptiveTitleToQuestions < ActiveRecord::Migration[6.1]
def change
add_column :questions, :descriptiveTitle, :string

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be all lowercase.

cc-test-reporter Outdated

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be deleted and it should be added to the gitignore.

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.

5 participants