James-h95 / Webdev-project

CITS3403 Group Project
MIT License
1 stars 0 forks source link

Chat Location #12

Closed carlymayyy closed 5 months ago

carlymayyy commented 5 months ago

Just wanted to know people's thoughts on this... right now I've coded the chat feature into the feed page just as a pop-up, but was wondering if it is large enough, and if all the chat functionality can be coded into the space. Alternatively can do it in a separate page entirely.

https://github.com/James-h95/Webdev-project/assets/143585940/fe82b541-0de4-4d9e-bdc4-02354d1d5da2

JoshMance commented 5 months ago

I think the chat should be able to fit in there ok - I've fixed the chat CSS so that it responds more smoothly to height/width changes. We can also have many different kinds of GET/POST requests going to/from a page - using parameters allows the Python Flask code to differentiate between them.

Design-wise, having the chat there would also look quite professional. I'm definitely for it just as long as we don't think the page will look "cluttered".

carlymayyy commented 5 months ago

When I push this we can see how your code integrates and maybe go from there, can always make the dimensions larger if it is too squished!