Soham
WWasp-lang
•Created by Soham on 6/29/2024 in #đŸ™‹questions
Help me create a new wasp project
Give me step by step guide to implement the following project description
Description
Creating a real-time multi-user collaboration todo list application involves integrating features that allow multiple users to work together on tasks simultaneously
Key Features
User Authentication and Access Control
Secure user registration and login system.
Role-based access control (RBAC) to define permissions (e.g., create, edit, delete tasks).
Real-Time Task Updates
Live Collaboration: Users can see updates in real-time when tasks are created, edited, or completed.
Presence Indicators: Display online/offline status and active users currently viewing or editing tasks.
Task Management
Create and Edit Tasks: Users can create new tasks, set due dates, assignees, priority levels, and descriptions.
Task Comments: Allow users to comment on tasks for discussion or updates.
Task Assignments: Assign tasks to specific users and notify them of new assignments.
Collaboration Features
Real-Time Editing: Enable simultaneous editing of tasks by multiple users with updates reflected instantly for all participants.
Conflict Resolution: Implement conflict resolution mechanisms to handle concurrent edits and prevent data loss (e.g., last writer wins, merge changes).
Search and Filters
Advanced Search: Enable users to search tasks by title, assignee, due date, etc.
Filters: Provide options to filter tasks by status (e.g., incomplete, completed), priority, or assignee.
21 replies
WWasp-lang
•Created by Soham on 6/7/2024 in #đŸ™‹questions
open API documentation
How to add swagger open API documentation in open saas template?
4 replies
WWasp-lang
•Created by Soham on 5/18/2024 in #đŸ™‹questions
How to implement Company Based Custom Auth For OpenSaaS ?
I want to make enterprise SAAS. First user registers a company on the first sign up who is super admin. Then Super Admin can Register other users providing then other roles like systemadmin,user,customer etc.
10 replies