Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lazy load uittreksels #163

Merged
merged 6 commits into from Aug 24, 2021
Merged

lazy load uittreksels #163

merged 6 commits into from Aug 24, 2021

Conversation

nvdk
Copy link
Member

@nvdk nvdk commented Aug 23, 2021

this is a somewhat quick hack and isnt the prettiest, but it should do what it's
supposed to do: allow users to only load the data the need and work with that.

Currently still has some rendering issues to iron out.

this is a somewhat quick hack and isnt the prettiest, but it should do what it's
supposed to do: allow users to only load the data the need and work with that.

Currently still has some rendering issues to iron out.
@nvdk nvdk requested a review from Dietr August 23, 2021 20:52
@nvdk nvdk force-pushed the feature/lazy-loading-extract branch from ddbdd86 to a7a92ba Compare August 24, 2021 07:18
Copy link
Contributor

@lagartoverde lagartoverde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, some remarks I can fix if you want:

  • Doesn't seem obvious at first that you have to click the name of the agendapoint in order to publish it, maybe we should add a button on the table or something to make it clearer
  • The searching works but takes some time, maybe we should have a loading icon or something
  • Agendapoints are 0 based on the index, I think they should be 1 based
  • There's a dot on top of the publish screen, due to the <li> container


export default class MeetingsPublishUittrekselsShowRoute extends Route {
async model(params) {
console.log(params);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stray debugging statement should go

@nvdk nvdk added the enhancement New feature or request label Aug 24, 2021
@nvdk nvdk merged commit 8a06b5f into development Aug 24, 2021
@nvdk nvdk deleted the feature/lazy-loading-extract branch August 24, 2021 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants