Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Show instagram media in post list #36

Open
mrbrianevans opened this issue Jan 20, 2022 · 0 comments
Open

Show instagram media in post list #36

mrbrianevans opened this issue Jan 20, 2022 · 0 comments
Labels
ui svelte user interface
Milestone

Comments

@mrbrianevans
Copy link
Owner

In the list of instagram posts (from media.json file, using InstagramPostsPostProcess post processor), its only showing photos at the moment, but needs to show all media type posts like videos, stories, profiles etc.

This would probably be easiest done by changing the post processor to combine all these posts into a single array, with each one specifying what type of post it is (with a property on the object).

Display each type of post with the correct HTML element (img for photo, video for video etc) using the sessionStorage repository to get the src URL of the media.

@mrbrianevans mrbrianevans added the ui svelte user interface label Jan 20, 2022
@mrbrianevans mrbrianevans added this to the Instagram milestone Jan 20, 2022
@mrbrianevans mrbrianevans added this to In progress in Sprint 5 Jan 21, 2022
mrbrianevans added a commit that referenced this issue Jan 21, 2022
@mrbrianevans mrbrianevans added this to In progress in Sprint 6 Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ui svelte user interface
Projects
No open projects
Sprint 5
In progress
Sprint 6
In progress
Development

No branches or pull requests

1 participant