Open andymeneely opened 2 years ago
We need an hour-ish long walkthrough of the codebase for new folks. Timecode the whole thing and put it on youtube for future generations.
These are things we need to cover:
rails data:all
lib/tasks/
lib/data_builder.rb
lib/loaders/project_loader.rb
lib/taggers/project_tagger.rb
lib/event_generators/fix_events.rb
lib/event_generators/weekly_report_generator.rb
/vulnerabilties
routes.rb
/app/controllers/application_controller.rb
/app/contollers/vulnerabilities_controller.rb
/app/views/index.html.erb
config/webpack/webpack.config.js
app/assets/javascripts/routes.js
app/assets/javascripts/vulnerabilities/index.js
app/assets/javascripts/vulnerabilities/vulnTable.js
app/assets/global/vhpMarkdown.js
app/assets/stylesheets/vhp.scss
app/assets/stylesheets/foundation_config.scss
app/assets/stylesheets/icons.scss
app/models/event.rb
app/models/vulnerability.rb
schema.rb
rails console
rails test
Check the following:
Should make these into smaller ~10 minute videos. Maybe break it down like this:
We need an hour-ish long walkthrough of the codebase for new folks. Timecode the whole thing and put it on youtube for future generations.
These are things we need to cover:
rails data:all
lib/tasks/
lib/data_builder.rb
lib/loaders/project_loader.rb
lib/taggers/project_tagger.rb
lib/event_generators/fix_events.rb
lib/event_generators/weekly_report_generator.rb
/vulnerabilties
page exampleroutes.rb
/app/controllers/application_controller.rb
/app/contollers/vulnerabilities_controller.rb
/app/views/index.html.erb
config/webpack/webpack.config.js
app/assets/javascripts/routes.js
app/assets/javascripts/vulnerabilities/index.js
app/assets/javascripts/vulnerabilities/vulnTable.js
(jQuery datatables)app/assets/global/vhpMarkdown.js
app/assets/stylesheets/vhp.scss
app/assets/stylesheets/foundation_config.scss
app/assets/stylesheets/icons.scss
app/models/event.rb
app/models/vulnerability.rb
schema.rb
rails console
, and ActiveRecordrails test
Check the following: