-
Notifications
You must be signed in to change notification settings - Fork 6
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
Isai's Tickets for Final Project #20
Comments
Hi Isai, I like how you used sqlite to create a database that is connected to the comment section. We can work togeather to make sure the runtime link works and the comments are correctly submitted adn posted using get/post |
Hi Isai! I think creating a database is a really good way of storing all the comments! I was wondering how you would store comments for a certain project separately from another project? Also, I will help with HTML/CSS formatting for the chat on the Project Details page. Do you need me to work on creating the HTML input form or will you do that next week? |
Hey Isai, |
Hi Isai, I think you did a great job with the database and the setup looks good. We can collaborate with one another with appending each of the student's project information into the database. |
Hi Isai, |
Hey Isai, I can't see your comment box on my end? It might be a problem with my merging. I was wondering if you added it to the bottom of projectdetails.html or to comment.html? |
Work on backend for chat function
A. Create connection to the database,
create table, and store user input from
comments in database
B. Link to code: comment.py, main.py
C. Link to commit: Commit
D. Runtime Link
Work on front end to combine HTML from Sriya for card with HTML for chat
(issue with persistent storage similar to WASC website- researched various scripts that solved this issues- HTMLbox)
A. Link to code: projectdetails.html
B. Link to commit: Commit
C. Runtime Link
Work on CSS for Home Page (ticket in progress)
A. Circuit Board background
B. Make entrance to page more prominent
The text was updated successfully, but these errors were encountered: