firemountain / basic-meteor-app

0 stars 0 forks source link

Bugs / Missing parts in the UI #16

Open firemountain opened 7 years ago

firemountain commented 7 years ago

Currently we have 4 major bugs/issue with the UI that are left over from the previous developer.

Each of these is described in detail below:

1) In order to click posts the user needs refresh the page first.

After the posts from Instagram load the user will see them like this https://gyazo.com/afdf3ef90ee5a0ed6d824c96e0302d6d

When use clicks the post they should open like this https://gyazo.com/63fba823b8bc886fee8e81e963d748da

2) Only 20 posts load from Instagram

There is an issue with how we are connecting to the API, currently only 20 posts are loading. The correct functionality is that the as the user scrolls down the page more images load until all the posts from IG have loaded

3) We are missing the filters feature

The "Filters Feature" refers to the filters seen in the UI https://gyazo.com/6742dc488c90bf22b39241d8c0900fd2

In our app the user will be able to create "filters" for each section.

4) The Instagram posts should be the "default collection"