d-cent / democracyos

Soft fork of democracyos with customization for D-CENT
MIT License
8 stars 6 forks source link

Activitystream newsfeed Page #6

Open jaakkokorhonen opened 10 years ago

jaakkokorhonen commented 10 years ago

Activitystream newsfeed with personalized filter/sort button that pics up stuff that user has given hashtag for on their My Page.

jaakkokorhonen commented 10 years ago

@gvilarino do you already have a solution proposition for this: a) Should the Finnish developer be able to make a server-side node.js page or b) should we have a client-side script to read relevant data from a Activitystream API or c) would you guys develop server-side functionality to print the newsfeed on a page?

This should probably have to thought so that it would have the potential in future versions for the client to poll for news updates, or even have push notifications for new data, without reloading the whole page.

gvilarino commented 10 years ago

We're integrating a first solution on MyProfile as described in #35 for displaying ActivityStream 2.0 data.

jaakkokorhonen commented 10 years ago

@gvilarino maybe make the api first?

gvilarino commented 10 years ago

We already coded and implemented into the user profile a view (no beautiful UI) that respects the ActivityStream 2.0 schema. I believe that content for it should be fetched directly from public APIs, not the server, unless auth is an issue. How and what to show there was not up to the DemocracyOS team.

jaakkokorhonen commented 9 years ago

Here you can see the progress for the newsfeed html http://d-cent.github.io/patterns/public/patterns/03-templates-page/03-templates-page.html There are still design details we are working on with @jayapapaya .

Activitystream newsfeed will need to be able to fetch authenticated data. Can you @gvilarino point out the source code and/or demo for the view you coded?