3DWaffle

Joined

100 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How do i track or list online users with rails?

How can i track or list online users in rails?

Hello there I am new at rails and I got kinda a suggestion/request to make an app similar to slack, basecamp etc.. For the company ( where i am an intern). So I got no idea how to make the part where the admin creates the user account and then invites or just gives the account to the user and then he changes the password of his account. I figured out the three main tables that I am going to work (User,Post, Event).
How would you suggest me do the admin part. Thank you. <3