Skip to content

rvkantpujari/wemeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Bear Stone Smart Home

WeMeet

GitHub last commit GitHub repo size GitHub forks GitHub language count

The project aims to provide a platform for tuition classes, schools, colleges and small organizations where faculties or team leaders can share posts or tasks with students or team members respectively. Faculties or team leaders can also conduct polls.

Table of Contents


Prerequisites

What things you need to install

You need to install Django v3.0.8 and Pillow

Installation 👨‍💻

A step by step series of examples that tell you how to get a development env running

  • Install with pip
  pip install django==3.0.8
   
  pip install pillow

Functionalities

  1. User
  • Can register to WeMeet.
  • Can manage profile.
  • Can create or join boards (using code).
  • Accept or reject board invitations.
  1. Board Admin
  • Can manage board and board members’ permissions and role.
  • Can create posts and polls.
  • Can invite members to board.
  1. Board Member
  • Can view posts and comment on them.
  • Can participate in polls.
  • Can leave board.
  • Can check the result of polls.
  1. Permissions
  • All the features of the board are based on permission(s).
  • If any member has permission(s) only then he or she can perform a particular task.

Snapshots

Registration page

01 Register with WeMeet

Login page

02 Login with WeMeet

Created Boards[Homepage]

03 Homepage WeMeet

Joined Board

04 Homepage WeMeet - Join Board

Invitations to Join Boards

05 Homepage WeMeet - Invitation

Create Board

06 Homepage WeMeet - Create Board

Join Board

07 Homepage WeMeet - Join Board

Manage Profile

08 Profile WeMeet

Reset Password

09 Reset Password WeMeet

Board Details

10 Board Details WeMeet

Invite other members using Joining Code

11 Board Details WeMeet - Joining Code

Edit Boards Details

12 Edit Board WeMeet

Edit Post Details

14 Edit Post WeMeet

Add Comment

13 Post Details WeMeet - Comment

Edit and Delete Comment

15 Post Details WeMeet - Edit and Delete Comment

Polls

16 Board Details WeMeet - Polls

Invite Member through Email

17 Board Details WeMeet - Invite Member

Mute and Remove Member

18 Board Details WeMeet - Mute and Remove

Grant Permission

19 Manage Permissions WeMeet - Grant

Revoke Permission

20 Manage Permissions WeMeet - Revoke