Skip to content

Repo for two articles written on how to create custom urls, and then using those urls to invite users to join groups

Notifications You must be signed in to change notification settings

syrashid/regeneratable-token-invitation-links

Repository files navigation

Regeneratable Invitation Links for Groups

Repo for two articles written on how to create custom urls, and then using those urls to invite users to join groups Both articles can be found below 👇

Custom & Vanity URLs with Rails

Passing Referral Codes or Invite Links w/ Devise in Rails

User Stories

MVP Features

User Flows

  • As a user, I can visit the hommepage and see all of my groups
  • As a user, I can join a group (signed in and out)
  • As a user, I can copy an invitation link to my clipboard
  • As a user, I can regenerate an invitation link for a group

Visitor Flows

  • As a visitor, I can join a group

Base Config

  • System dependencies

    • Ruby version: 2.7.0
    • Rails version: 6.0.3
    • bundle install
    • yarn install
  • Database initialization

    • rails db:create db:migrate db:seed
  • How to run the test suite

    • rspec
  • How to get up and running

    • `bin/setup'

About

Repo for two articles written on how to create custom urls, and then using those urls to invite users to join groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published