Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

App: Create Roommate component #470

Open d36mehta opened 3 years ago

d36mehta commented 3 years ago

Create a roommate component to display a roommate post. Follow a similar figma prototype as the market and housing posts (same sort of "Contact Seller"/"Seller Contacted" button).

As well, use the Gallery Swiper component from ImageCollectionView.jsx (src/components/views/ImageCollectionView.jsx) to display the images. Currently, there's a mobile ticket open to fix the Gallery Swiper (https://github.com/Team-uMigrate/umigrate/issues/319). There is also currently an architecture ticket open to complete the buy/sell functionality for the market and housing screens (https://github.com/Team-uMigrate/umigrate/issues/442).

You should still be able to create the roommates component if these tickets aren't completed yet though (make sure to add a ticket for these missing functionalities for the roommates component if this ticket gets completed before the other two).