-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary page Backend Functionality #94
Conversation
Signed-off-by: Adithya Anandsaikrishnan <[email protected]>
Signed-off-by: Adithya Anandsaikrishnan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't currently work. I merged this branch on top of mine (#102), and nothing shows up in the summary page.
I'm not sure what the problem is because I'm not seeing an error. Looking through the .csv
files, I do see that you have the availability string as a binary string, which is what it should be but currently isn't, pending #100, but I can't see why that would make a difference.
# Conflicts: # src/lib/db/databaseUtils.server.ts # src/lib/db/schema.ts
Signed-off-by: Adithya Anandsaikrishnan <[email protected]>
Signed-off-by: Adithya Anandsaikrishnan <[email protected]>
Signed-off-by: Adithya Anandsaikrishnan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Created backend functionality for summary page, using the session id of current user to generate all of user's meetings.
Testing
Make an account within ZotMeet, and retrieve the User UUID so it can be referenced. Below exists dummy data that can be used and converted into the database. I personally used pgAdmin to insert data so I could personally import the data into the files. You will need to replace all references of the user_id with yours in the CSV files.
mock-data-zotmeet.zip