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
In our app the user will be able to create "filters" for each section.
There will be a button for [Edit Filters], seen only by logged in user. When user clicks this they will see an inline form within the filters bar which will allow them to type in a new filter and hit Enter. This will create a new "filter"
If there are existing "filters" there will be (X) icons above them, if user clicks one of these, an alert asking "are you sure you want to delete this filter?" [Yes] [No] .. if yes delete filter, if no then do nothing.
4) The Instagram posts should be the "default collection"
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"
When I am talking about collections in the UI, I am referring to this section of the orginal UI template. https://gyazo.com/c22e31a1494622c98e221f8ae5b7eac0
The "default collection" is the one that loads when the user visits the page. This should be the instagram posts of the user.