Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Improve the account details page #160

Open
RiccardoM opened this issue Oct 15, 2020 · 0 comments
Open

Improve the account details page #160

RiccardoM opened this issue Oct 15, 2020 · 0 comments
Labels
kind/enhancement Enhancement of an existing feature
Milestone

Comments

@RiccardoM
Copy link
Contributor

Feature description

Currently, if we browse inside an account page we can only see the posts that they made and have already been loaded inside the home page. This is because the account details page is using the same Bloc as the home page.

However, this makes it extremely painful to see older messages from that user since scrolling down the pages makes the application load new home posts even if they do not contain any message from the user itself.

Implementation proposal

In order to fix this problem, what I suggest we can do is implementing a new Bloc only for the account details page. This would separate the behaviour of the account page and the home page, allowing us to load only the posts that have been created by a specific user with a custom GraphQL query.

@RiccardoM RiccardoM added the kind/enhancement Enhancement of an existing feature label Oct 15, 2020
@RiccardoM RiccardoM added this to the Version 0.6.0 milestone Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement Enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant