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

432 account overview list details page #605

Merged
merged 37 commits into from Apr 17, 2023

Commits on Mar 9, 2023

  1. Add user.last_seen to CLI command show account

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 9, 2023
    Copy the full SHA
    cc91a96 View commit details
    Browse the repository at this point in the history
  2. Document health API

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 9, 2023
    Copy the full SHA
    6f878dd View commit details
    Browse the repository at this point in the history
  3. Start /accounts API: GET endpoints

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 9, 2023
    Copy the full SHA
    4318518 View commit details
    Browse the repository at this point in the history
  4. remove two debugging statements

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 9, 2023
    Copy the full SHA
    aa80880 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. use utility function for headers, fix typo

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 13, 2023
    Copy the full SHA
    4364b52 View commit details
    Browse the repository at this point in the history
  2. support new-style Optional shorthand in Python > 3.10

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 13, 2023
    Copy the full SHA
    f0988f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    56d4dea View commit details
    Browse the repository at this point in the history
  4. update the number of accounts, as PR 602 added two more

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 13, 2023
    Copy the full SHA
    f0e5a32 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. feat(CRUD): add R of accounts CRUD

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 15, 2023
    Copy the full SHA
    a765bc5 View commit details
    Browse the repository at this point in the history
  2. three textual corrections

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 15, 2023
    Copy the full SHA
    cbf73ce View commit details
    Browse the repository at this point in the history
  3. get_accounts util function returns empty list if unknown role is pass…

    …ed for filtering
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 15, 2023
    Copy the full SHA
    869890b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. feat(CRUD): updated accounts tests and added links to user pages

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 20, 2023
    Copy the full SHA
    a33f42f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat(CRUD): add accounts to navbar and get single account through api

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 21, 2023
    Copy the full SHA
    19d49f7 View commit details
    Browse the repository at this point in the history
  2. feat(CRUD): review comments implemented

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 21, 2023
    Copy the full SHA
    2310160 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix docstring in API /index

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 23, 2023
    Copy the full SHA
    24d40dd View commit details
    Browse the repository at this point in the history
  2. chore(changelog): API changelog added accounts endpoints

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 23, 2023
    Copy the full SHA
    20f61f9 View commit details
    Browse the repository at this point in the history
  3. chore(changelog): changelog added accounts endpoints and pages

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 23, 2023
    Copy the full SHA
    b37fc5b View commit details
    Browse the repository at this point in the history
  4. chore(changelog): changelog added accounts endpoints and pages

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 23, 2023
    Copy the full SHA
    0ab0aa6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b6b5820 View commit details
    Browse the repository at this point in the history
  6. chore(changelog): changelog added accounts endpoints and pages

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 23, 2023
    Copy the full SHA
    455c92a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. chore(changelog): PR number corrected

    Signed-off-by: GustaafL <41048720+GustaafL@users.noreply.github.com>
    GustaafL committed Mar 24, 2023
    Copy the full SHA
    5307d5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c8e33f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat(account): accountpage updated with asset and user info

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Mar 28, 2023
    Copy the full SHA
    8509d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat(accounts): Add user and asset counts to accounts page

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Apr 4, 2023
    Copy the full SHA
    d098f03 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Add account role schema (#625)

    * Add AccountRoleSchema and connect it to the AccountSchema
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * Update test
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    ---------
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Co-authored-by: Flix6x <flix6x@users.noreply.github.com>
    Flix6x and Flix6x committed Apr 5, 2023
    Copy the full SHA
    58409f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. test

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Apr 6, 2023
    Copy the full SHA
    cb4d78d View commit details
    Browse the repository at this point in the history
  2. feat(accounts): account role names added to the account pages

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Apr 6, 2023
    Copy the full SHA
    bcd584f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b768c1b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. refactor(users): review changes, updated changelog and typing

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Apr 7, 2023
    Copy the full SHA
    8d152b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. refactor(crud): review changes to html templates

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Apr 13, 2023
    Copy the full SHA
    1b342fe View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Remove redundant lines

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    10d4d9a View commit details
    Browse the repository at this point in the history
  2. Fix type annotations

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    7413643 View commit details
    Browse the repository at this point in the history
  3. Fix button for including inactive users

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    e1f49e8 View commit details
    Browse the repository at this point in the history
  4. Move button to the side

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    becb83d View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into 432-account-overview-…

    …list-details-page
    
    # Conflicts:
    #	documentation/changelog.rst
    #	flexmeasures/ui/templates/crud/users.html
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    711396a View commit details
    Browse the repository at this point in the history
  6. Fix data sort on copy of users table

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    557fbaf View commit details
    Browse the repository at this point in the history
  7. Add missing decorators to fix redirects to the login page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Apr 17, 2023
    Copy the full SHA
    09f2a52 View commit details
    Browse the repository at this point in the history