.codeclimate.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.nvmrc | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
CHANGELOG.md | |
|
|
Capfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
Procfile.dev | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/controllers/api/notes_controller.rb | 72 | A 0 mins |
|
app/controllers/api/task_notes_controller.rb | 9 | A 0 mins |
|
app/controllers/application_controller.rb | 3 | A 0 mins |
|
app/controllers/authenticated_controller.rb | 14 | A 0 mins |
|
app/controllers/users/registrations_controller.rb | 19 | A 0 mins |
|
app/controllers/users/sessions_controller.rb | 13 | A 0 mins |
|
app/finders/notes_finder.rb | 44 | A 0 mins |
|
app/models/application_record.rb | 3 | A 0 mins |
|
app/models/note.rb | 69 | A 0 mins |
|
app/models/user.rb | 8 | A 0 mins |
|
app/policies/application_policy.rb | 41 | A 0 mins |
|
app/policies/note_policy.rb | 28 | A 0 mins |
|
app/services/get_started_note_creator.rb | 15 | A 0 mins |
|
app/services/note_content_cleaner.rb | 27 | A 0 mins |
|
app/services/note_task_populator.rb | 25 | A 0 mins |
|
app/uploaders/image_uploader.rb | 5 | A 0 mins |
|
bin/bundle | |
|
|
bin/dev | |
|
|
bin/rails | |
|
|
bin/rake | |
|
|
bin/rubocop | |
|
|
bin/setup | |
|
|
bin/spring | |
|
|
bin/version | |
|
|
client/.gitignore | |
|
|
client/index.html | |
|
|
client/jsconfig.json | |
|
|
client/package-lock.json | |
|
|
client/package.json | |
|
|
client/public/favicon.png | |
|
|
client/public/icons/icon-144.png | |
|
|
client/public/icons/icon-168.png | |
|
|
client/public/icons/icon-192-maskable.png | |
|
|
client/public/icons/icon-192.png | |
|
|