ConfBuddies icon indicating copy to clipboard operation
ConfBuddies copied to clipboard

An app to help you find and meet up with your buddies at conferences.

Results 48 ConfBuddies issues
Sort by recently updated
recently updated
newest added

# Description I'm a fan of the defaults, but I prefer to have my configs committed so I can review them and share them. Let's set up dependabot's config within...

# Description Let's add CodeQL so we can get some security scanning set up by default. I'm fine with the defaults, but I would like to use the codeql GitHub...

1 week before an event, email profiles letting them know which of their friends is attending. Include copy for a suggested friend message. ## Resources https://guides.rubyonrails.org/action_mailer_basics.html

Remove the event attendee new page. It's a confusing way to create an event attendee. ![awful ugly event attendee page](https://github.com/ChaelCodes/HallwayTracks/assets/8124558/9d5c0e18-381d-418a-8cdf-a4a99d7f6d2b)

# Description Do we really need all these routes on /users ? We create and manage users mostly through Devise, and we store Profile information on the Profile. These pages...

When a Friendship has a status of "Requested" the "friend" should be able to destroy it. We should update the destroy_friendship_button to reflect this new option and make sure the...

When you are attending an event, there's a big red button that says "Not Attending" - this is pretty confusing. 1. It's not a verb, so the action is unclear...

Pop up a little confirm text before a user deletes their Profile. Rails 7 deprecated `data: { confirm: "Are you sure?" }` - we need a new method. https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to

needs work

Don't show them the create event button or allow them to access the events#new page without a profile. They can't save it, because they can't be an event organizer.

Events and Friendship is SUPER COMPLICATED - just like in real life! - so we need to explain this in a nice bit of documentation that is available from within...