Worst management by ipu college
They kept our bag outside
In normal exams they get dirty in all the dirt
And today it rain you can guess it right the bags were in rain got wet
They had our phones earphones and other electronics
My phone is still working but there were two guys whose display was not showing up
This should not continue
Get better management
Added video support & like + comment to postpeep, although it's kinda hard to actually store the videos to backend + cloudinary is very slow for free tier, any better alternatives? Also how's the ui coming together?
Built the post page and refactored the feed to handle media from images, letting users post images, videos and write stuff about them, so far so good, drop reviews in comments
Resuming dev weekend on Postpeep, gonna let anti gravity most of my work today writing college assignment side by side, btw the app looks so immaculate on iOS
Ended up adding a few more endpoints for post media, group avatar, community avatar and banner, post likes and comments, time to wire it all in with frontend of PostPeep
@bobdontlikecode Nah basically my backend and frontend both are in the same directory, so when I ask it to connect to the endpoint I ask it look up the response and request schema and accordingly write the frontend basically reduces errors and gives better context
Setup cloud storage to handle user profile pictures, added profile management directly to app, made new endpoints on flask backend to for profile management, next weekend I'll dive into creating posts, likes, comments, till then here are the screenshots, drop some reviews
✌🏽
So created a bit of frontend, signup page, username creation page and feedpage, connected with backend and fetched the posts, added light, dark and oled modes
PS- that urunn is an username
Man i hate and love how react native does not hot reload anytime i do changes in the env, i for the time being saving the base url of backend in the env so that i can follow DRY principle and have to just do changes once, but it does not support hot reload or reload for env (:(