metalglove / Kwetter

This repository aims to implement a Microservice architecture using Domain-Driven Design in .NET 5.
17 stars 4 forks source link

Feature: View Kweet timeline #14

Open metalglove opened 3 years ago

metalglove commented 3 years ago

Description

As a User, I'd like to view the Kweet timeline, in order to see what the users I am following have posted.

Acceptance Criteria

Reference: Done-Done Checklist

Tasks

metalglove commented 3 years ago

https://element-plus.org/#/en-US/component/infiniteScroll For loading new Kweets

metalglove commented 3 years ago

Don't forget to manage the kweets in local storage, so that not everytime the component is reloaded the kweets need to be refetched from the timeline service api.