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

Export to Excel for organization's algorithms #348

Open
ravimeijerrig opened this issue Nov 7, 2024 · 1 comment
Open

Export to Excel for organization's algorithms #348

ravimeijerrig opened this issue Nov 7, 2024 · 1 comment
Labels

Comments

@ravimeijerrig
Copy link
Contributor

ravimeijerrig commented Nov 7, 2024

Description

  • Export Formats: Users should be able to export data in excel.

  • Data Scope: The export should include details about each algorithm associated with the organization, such as:

    • Algoritme 'Info' tab only + AI Act labels
    • Filters are respected
    • See screenshot of excel below
  • User Permissions: All users that can 'see' the algorithms can download it.

  • Export Button: Add a button in the organization's algorithms view, according to the design below.

  • File naming conventions:
    - NL: "AMT - Algoritme overzicht - {{ datum: jjjj-mm-dd hh:mm:ss }}.xlsx"
    - EN: "AMT - Algorithm overview - {{ datum: jjjj-mm-dd hh:mm:ss }}.xlsx"

    • Handle special characters in algorithm names.
      • spaces -> underscores
      • invalid systemcard characters < > : " / \ | ? * -> removed
      • normalise accented characters to their basic form ü -> u
      • trim white spaces at the end of an algorithm name

UI:

Image
Image

Excel:

NL:

Image

ENG:

Image

Out of scope:

  • Progress bar
  • CSV (.csv)

Technical Implementation

  • Make sure that the excel is exported as a tables (for example use xlxswriter package). If this takes longer than 1 day, we do not need this functionality.
  • Tables do not need to be styled.
  • If field is empty in the systemcard, the field can be left empty in the excel.
@ravimeijerrig ravimeijerrig converted this from a draft issue Nov 7, 2024
@robbertbos robbertbos changed the title Export in CSV / Excel for organization's algorithms Export to Excel for organization's algorithms Nov 20, 2024
Copy link
Contributor

This issue did not have any activity in the last 90 days and will be removed after 30 days

@github-actions github-actions bot added the Stale label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ♻ To Do
Development

No branches or pull requests

1 participant