.codeclimate.json | |
|
|
.env.template | |
|
|
.github/ISSUE_TEMPLATE/bootstrap_task.md | |
|
|
.github/ISSUE_TEMPLATE/rfc.md | |
|
|
.github/workflows/superlinter.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app.json | |
|
|
app/aggregates/contact.rb | 17 | A 0 mins | A 100% |
app/aggregates/member.rb | 92 | A 0 mins | A 100% |
app/aggregates/member/tag.rb | 28 | A 0 mins | A 100% |
app/aggregates/member/tag_list.rb | 17 | A 0 mins | A 100% |
app/aggregates/mixins/attributes.rb | 13 | A 0 mins | A 100% |
app/aggregates/registration.rb | 50 | A 0 mins | A 100% |
app/aggregates/session.rb | 17 | A 0 mins | A 100% |
app/commands/application_command.rb | 27 | A 0 mins | A 100% |
app/commands/application_command_handler.rb | 23 | A 0 mins | A 100% |
app/commands/commands.rb | 8 | A 0 mins | A 100% |
app/commands/contact/add.rb | 43 | A 0 mins | A 100% |
app/commands/member/add_member.rb | 17 | A 0 mins | A 100% |
app/commands/member/invite_member.rb | 17 | A 0 mins | A 100% |
app/commands/profile/tag.rb | 16 | A 0 mins | A 100% |
app/commands/profile/update.rb | 23 | A 0 mins | A 100% |
app/commands/registration/confirmation.rb | 17 | A 0 mins | A 100% |
app/commands/registration/new_registration.rb | 46 | A 0 mins | A 100% |
app/commands/session/start.rb | 52 | A 0 mins | A 100% |
app/errors.rb | 4 | A 0 mins | A 100% |
app/events/confirmation_email_sent.rb | 1 | A 0 mins | A 100% |
app/events/contact_added.rb | 1 | A 0 mins | A 100% |
app/events/follower_added.rb | 1 | A 0 mins | A 100% |
app/events/member_added.rb | 1 | A 0 mins | A 100% |
app/events/member_bio_updated.rb | 1 | A 0 mins | A 100% |
app/events/member_invited.rb | 2 | A 0 mins | A 100% |
app/events/member_name_updated.rb | 1 | A 0 mins | A 100% |
app/events/member_tag_added.rb | 1 | A 0 mins | A 100% |
app/events/registration_confirmed.rb | 1 | A 0 mins | A 100% |
app/events/registration_requested.rb | 1 | A 0 mins | A 100% |
app/events/session_started.rb | 1 | A 0 mins | A 100% |
app/mail/registration_mail.erb | |
|
|
app/projections/contacts/projector.rb | 37 | A 0 mins | A 100% |
app/projections/contacts/query.rb | 12 | A 0 mins | A 100% |