Skip to content

Commit

Permalink
feat: dimension selector
Browse files Browse the repository at this point in the history
Implemented dimension selector
  • Loading branch information
nnkogift committed Aug 8, 2024
1 parent 6306395 commit 2484cde
Show file tree
Hide file tree
Showing 33 changed files with 1,366 additions and 625 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Contains the sub-modules:
#### Scorecard App
Contains the actual scorecard app implementation. It is divided into 3 modules:
- Scorecard list: Lists all accessible scorecards
- Scorecard view: Displays the scorecard itself and contains organisation and period filters as well as other viewing options
- Scorecard view: Displays the scorecard itself and contains organisation and periods filters as well as other viewing options
- Scorecard configuration: Allows configuration of the scorecard. Divided into 5 steps

Expand Down
30 changes: 24 additions & 6 deletions packages/app/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-08-07T12:12:08.194Z\n"
"PO-Revision-Date: 2024-08-07T12:12:08.194Z\n"
"POT-Creation-Date: 2024-08-08T10:26:04.971Z\n"
"PO-Revision-Date: 2024-08-08T10:26:04.971Z\n"

msgid "Welcome to Scorecard App!"
msgstr "Welcome to Scorecard App!"
Expand Down Expand Up @@ -276,8 +276,8 @@ msgstr "Access"
msgid "Options"
msgstr "Options"

msgid "View"
msgstr "View"
msgid "Could not determine scorecard's access"
msgstr "Could not determine scorecard's access"

msgid "Scorecard deleted successfully"
msgstr "Scorecard deleted successfully"
Expand All @@ -288,6 +288,9 @@ msgstr "Confirm scorecard delete"
msgid "Are you sure you want to delete scorecard "
msgstr "Are you sure you want to delete scorecard "

msgid "View"
msgstr "View"

msgid "No scorecards found"
msgstr "No scorecards found"

Expand All @@ -300,8 +303,11 @@ msgstr "Start a guided tour"
msgid "Documentation"
msgstr "Documentation"

msgid "Search"
msgstr "Search"
msgid "Search by id, title, or description"
msgstr "Search by id, title, or description"

msgid "Clear search"
msgstr "Clear search"

msgid "Switch to {{viewType}} view"
msgstr "Switch to {{viewType}} view"
Expand All @@ -324,6 +330,15 @@ msgstr "Migrating scorecards"
msgid "of"
msgstr "of"

msgid "Select period"
msgstr "Select period"

msgid "Select organisation unit"
msgstr "Select organisation unit"

msgid "and {{number}} more"
msgstr "and {{number}} more"

msgid "Create a new scorecard in the scorecard app to see it here."
msgstr "Create a new scorecard in the scorecard app to see it here."

Expand All @@ -336,6 +351,9 @@ msgstr "Are you sure you want to select this scorecard for this dashboard?"
msgid "Select"
msgstr "Select"

msgid "Search"
msgstr "Search"

msgid "Preparing widgets migration..."
msgstr "Preparing widgets migration..."

Expand Down
Loading

0 comments on commit 2484cde

Please sign in to comment.