-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
Changed the credentials for github, new dev app.
to explain only private repos show up in the list to sync, and the assumption app makes that there is a top level directory called questions
… into credential
… into credential
.travis.yml
Outdated
@@ -9,7 +9,7 @@ cache: | |||
|
|||
env: |
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 file should be deleted now
@@ -0,0 +1,5 @@ | |||
class AddDescriptiveTitleToQuestions < ActiveRecord::Migration[6.1] | |||
def change | |||
add_column :questions, :descriptiveTitle, :string |
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 needs to be all lowercase.
Reset file notes to 0644
Removing duplicates for codecov
fix spacing
Deleting travis yml
Remove auth to login with developer
Co-authored-by: Michael Ball <cycomachead@gmail.com>
Co-authored-by: Michael Ball <cycomachead@gmail.com>
Co-authored-by: Michael Ball <cycomachead@gmail.com>
Co-authored-by: Michael Ball <cycomachead@gmail.com>
This reverts commit b8ae853.
This reverts commit 4aedc67.
This reverts commit 3c2df42.
cc-test-reporter
Outdated
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 file should be deleted and it should be added to the gitignore.
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.