You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scenarios below use schools as an illustration of finding the ownership structure from main unit to sub unit and vise-versa, but it would be nice if the library can support this for any ownership structure in any business domain.
Please see the National School Register at Udir, e.g. for Åssiden videregående skole see https://nsr.udir.no/enheter/974605937 - which contains a link to the school owner Buskerud fylkeskommune, and when you click it you get a list of all the schools belonging to that school owner, see https://nsr.udir.no/enheter/930580260
Scenario 1: As a user of the library, I would like to easily find all sub units of a main unit and filter by type.
Example 1: Given a regional authority (fylkeskommune) in Norway, e.g. Buskerud fylkeskommune, I would like to find all upper secondary schools (videregående skoler) belonging to Buskerud fylkeskommune.
Scenario 2: As a user of the library, I would like to easily find the main unit of a sub unit.
Example 2: Given an upper secondary school (videregående skole), e.g. Åssiden videregående skole in Drammen, I would like to find the school owner, i.e. Buskerud fylkeskommune.
Scenario 3: As a user of the library, I would like to easily find the main unit of a sub unit and then find all other sub units belonging to the main unit and filter by type, perhaps default to the same type.
Example 3: Given an upper secondary school (videregående skole), e.g. Åssiden videregående skole in Drammen, I would like to find the school owner, i.e. Buskerud fylkeskommune, and then also get a list of all the other schools belonging to the school owner.
The text was updated successfully, but these errors were encountered:
The scope of this library is limited to what is available from brreg.no, so I won't extend it to fetch data from udir.no. Given that limitation, the best way to differentiate on type, e.g. schools from other subunits, is to look at the "næringskode" fields.
Using the Næringskode search at https://www.ssb.no/klass/klassifikasjoner/6, we can find the two relevant codes for upper secondary schools, 85.310 and 85.320. To find all subunits of Buskerud fylkeskommune with matching næringskode:
The scenarios below use schools as an illustration of finding the ownership structure from main unit to sub unit and vise-versa, but it would be nice if the library can support this for any ownership structure in any business domain.
Please see the National School Register at Udir, e.g. for Åssiden videregående skole see https://nsr.udir.no/enheter/974605937 - which contains a link to the school owner Buskerud fylkeskommune, and when you click it you get a list of all the schools belonging to that school owner, see https://nsr.udir.no/enheter/930580260
Scenario 1: As a user of the library, I would like to easily find all sub units of a main unit and filter by type.
Example 1: Given a regional authority (fylkeskommune) in Norway, e.g. Buskerud fylkeskommune, I would like to find all upper secondary schools (videregående skoler) belonging to Buskerud fylkeskommune.
Scenario 2: As a user of the library, I would like to easily find the main unit of a sub unit.
Example 2: Given an upper secondary school (videregående skole), e.g. Åssiden videregående skole in Drammen, I would like to find the school owner, i.e. Buskerud fylkeskommune.
Scenario 3: As a user of the library, I would like to easily find the main unit of a sub unit and then find all other sub units belonging to the main unit and filter by type, perhaps default to the same type.
Example 3: Given an upper secondary school (videregående skole), e.g. Åssiden videregående skole in Drammen, I would like to find the school owner, i.e. Buskerud fylkeskommune, and then also get a list of all the other schools belonging to the school owner.
The text was updated successfully, but these errors were encountered: