Skip to content

Webapp - Different approach of working together on a task

Notifications You must be signed in to change notification settings

IMThammoud/collaboratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaboratio

WebApp with different approach to teamwork

Lobby-Preview

-> Demo-Lobby

Done:

-> Prepared some HTML Templates to be served with MVC
-> implemented Login logic
-> User Registration Works now
-> Session Creation works now
--> Used GSON-Library to Send JSON data to frontend
--> Used Plain JS to create Card-Elements based on how many Sessions an User has
--> Filled the Cards with the Data from the JSON-Objects
--> SessionHost and SessionID will be returned inside Session-JSON-Object after SessionCreation

To-Do:

-> Use Environment Variables for DB access
-> Check if login-credentials are valid with JS, if not then alert the user that they're invalid
-> Fill Card Images with imageuploads from Sessioncreation or a Default one
-> Store IMGs on Server and safe the URL-Paths to the imgs in the DB instead of the img Blob
-> Dont allow Session Topic and Problem to be empty on creation
-> Write a Query to get the current host of session inside an opened Session and render it
-> Write a Query to Delete/Update a Session and render the option in "Sessions"
-> Add a Profile View and render User Info
-> Write a Query to get info about the opened Session and render info on view
-> T_sessions_created Table needs a Primary key to render info about a session precisely
-> Limit the max size of previewed text on the cards via JS (Or other workaround)
-> Sort the Sessions a User has in "last created"

About

Webapp - Different approach of working together on a task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published