ubclaunchpad / bounce

🏀 Bringing people with common interests together
MIT License
3 stars 4 forks source link

Add new members to a club as admin or president #143

Open bfbachmann opened 5 years ago

bfbachmann commented 5 years ago

When I'm signed in as the admin or president of a club, I should be able to add new members by full name or username.

bfbachmann commented 5 years ago

You'll need to add a method to api.js that does a query like this http://localhost:8080/users/search?username=bfbachmann&full_name=bfbachmann

bfbachmann commented 5 years ago

Example: image.png