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

Ratio of OER content and bug fixing #37

Open
14 of 26 tasks
Tracked by #72
RobertMeissner opened this issue Jun 2, 2022 · 5 comments · Fixed by #68
Open
14 of 26 tasks
Tracked by #72

Ratio of OER content and bug fixing #37

RobertMeissner opened this issue Jun 2, 2022 · 5 comments · Fixed by #68
Labels
enhancement New feature or request UI Fixes Anything related to the UI, typography, spacing etc.

Comments

@RobertMeissner
Copy link
Collaborator

RobertMeissner commented Jun 2, 2022

Add ratio of OER to CollectionsTreeStats widget, per collection

Show OER for

  • Score
  • Refactor global_storage to use Data Classes, does pydantic allow data classes for models?
  • Filter global_storage replies by node_id, everything else can be premade, probably
  • Collections Table Overall
  • Collections Table Per Sub Collection

Bug fixes

  • must_not: aspects == "ccm:io_childobject" in widgets
  • some content without url is actually a pdf or similar -> fix this
  • "accept content for search" and "for index" are two seperate options - show if one of them but not both are accepted
    • "permissions.Read.keyword" definiert
    • - es ist selbständig freigeschalten, es ist in der Sammlung freigeschalten
    • "collections.permissions.Read.keyword": "GROUP_EVERYONE"
    • - es liegt in einer Sammlung, die öffentlich ist
    • - das hängt mit dem Redaktionsbuffet zusammen
    • - das Redaktionsbuffet hat eine eigene Sammlungs ID
    • - darauf könnte ich filtern
  • Sometimes edu_context is there, but MetaQS indicates, it is missing
  • content is shown in MetaQS, but not in editor environment
  • in "Deutsch": "Dichte", even though it is set to Chemistry and Physics - potentially due to language being german? Check that content. There is also "Barock" there
  • Q-Matrix: all elements have a title - why do some not have one?
  • match licence with one of the following for OER output
  • Collections in Beschreibung

Frontend changes:

  • Keywords can be removed from widgets
  • update node action to yield content panel
  • mode=metaqs seems not to work for some elements, tree search counts
  • score sometimes does not show up - why

Outdated:

  • --Only the child nodes of the root id need to be precalculated - nothing else is currently accessed-- wrong, I need all nodes below the respective node given in the frontend
@RobertMeissner
Copy link
Collaborator Author

@RobertMeissner RobertMeissner added UI Fixes Anything related to the UI, typography, spacing etc. enhancement New feature or request labels Jul 5, 2022
@RobertMeissner
Copy link
Collaborator Author

Related to KBMBF-502

RobertMeissner pushed a commit that referenced this issue Jul 14, 2022
Fixing bug of wrong node_id parameter in score
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
Adding additional required properties for output
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
WIP: fixing license test
@RobertMeissner RobertMeissner linked a pull request Jul 18, 2022 that will close this issue
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
RobertMeissner pushed a commit that referenced this issue Jul 18, 2022
Reverting API change for now
RobertMeissner added a commit that referenced this issue Jul 18, 2022
* KBMBF-452: #37 Show ratio of oer-content

Fixing bug of wrong node_id parameter in score

* KBMBF-452: #37 Show ratio of oer-content

Adding additional required properties for output

* KBMBF-452: #37 Show ratio of oer-content

WIP: Fixing license

* KBMBF-452: #37 Show ratio of oer-content

WIP: Fixing license

* KBMBF-452: #37 Show ratio of oer-content

WIP: fixing license test

* KBMBF-452: #37 Show ratio of oer-content

Refactoring

* KBMBF-452: #37 Show ratio of oer-content

Refactoring

* KBMBF-452: #37 Show ratio of oer-content

Reverting API change for now
RobertMeissner pushed a commit that referenced this issue Jul 19, 2022
RobertMeissner pushed a commit that referenced this issue Jul 19, 2022
WIP: showing overall OER in table
RobertMeissner pushed a commit that referenced this issue Jul 19, 2022
WIP: Refactoring search statistics
RobertMeissner pushed a commit that referenced this issue Jul 19, 2022
WIP: Refactoring search statistics
@RobertMeissner RobertMeissner changed the title Ratio of OER content Ratio of OER content and bug fixing Jul 21, 2022
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
WIP: Refactoring search statistics
@RobertMeissner
Copy link
Collaborator Author

aspects == "ccm:io_childobject" does not resolve the child issue

@RobertMeissner
Copy link
Collaborator Author

Issue with title's was probably due to insufficient titles

RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
WIP: Refactoring search statistics
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
Fixing score bug due to too low values
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Fixing score bug due to too low values
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Updating tree collection details table with required properties
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Fixing unit tests
RobertMeissner pushed a commit that referenced this issue Jul 21, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup
RobertMeissner pushed a commit that referenced this issue Jul 22, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup
RobertMeissner pushed a commit that referenced this issue Jul 22, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup and planning for refactoring
RobertMeissner pushed a commit that referenced this issue Jul 25, 2022
KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Removing SearchStoreCollection due to duplication
RobertMeissner added a commit that referenced this issue Jul 25, 2022
* KBMBF-452: #37 Show ratio of oer-content

Fixing bug of wrong node_id parameter in score

* KBMBF-452: #37 Show ratio of oer-content

Adding additional required properties for output

* KBMBF-452: #37 Show ratio of oer-content

WIP: Fixing license

* KBMBF-452: #37 Show ratio of oer-content

WIP: Fixing license

* KBMBF-452: #37 Show ratio of oer-content

WIP: fixing license test

* KBMBF-452: #37 Show ratio of oer-content

Refactoring

* KBMBF-452: #37 Show ratio of oer-content

Refactoring

* KBMBF-452: #37 Show ratio of oer-content

Reverting API change for now

* KBMBF-452: #37 Show ratio of oer-content

OER for score

* KBMBF-452: #37 Show ratio of oer-content

WIP: showing overall OER in table

* KBMBF-452: #37 Show ratio of oer-content

WIP: Refactoring search statistics

* KBMBF-452: #37 Show ratio of oer-content

WIP: Refactoring search statistics

* KBMBF-452: #37 Show ratio of oer-content

WIP: Refactoring search statistics

* KBMBF-452: #37 Show ratio of oer-content

WIP: Refactoring search statistics

* KBMBF-452: #37 Show ratio of oer-content

Fixing score bug due to too low values

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Fixing score bug due to too low values

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Updating tree collection details table with required properties

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Fixing unit tests

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Cleanup and planning for refactoring

* KBMBF-452: #37 Show ratio of oer-content

KBMBF-502: Improving frontend
SD_WLO-238: Showing OER

Removing SearchStoreCollection due to duplication
@RobertMeissner
Copy link
Collaborator Author

Still open after I merged the pull request, because I lack input.

@RobertMeissner RobertMeissner mentioned this issue Jul 28, 2022
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI Fixes Anything related to the UI, typography, spacing etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant