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

/browse/reports/programme/by-institution/{id}/ - group by programme names & identifiers #161

Open
ctueck opened this issue Apr 12, 2018 · 2 comments
Labels

Comments

@ctueck
Copy link
Member

ctueck commented Apr 12, 2018

I'm not sure how feasible or major change this would be, but could programme reports by grouped by programmes?

It would be good if programmes that share identical names or identical identifiers were grouped. What I mean is a structure like this:

"results": [
    {
        "programme_names": [
            {
                "name": "History of Math",
                "name_is_primary": true,
                "qualification": "Master of Arts"
            }
        ],
        "programme_identifiers": [],
        "nqf_level": "",
        "qf_ehea_level": null,
        "countries": [],
        "reports": [
            {
                "agency_name": "*** TEST *** Specimen Agency for QA in Central Europe",
                ...
            },
            {
                "agency_name": "*** TEST *** Specimen Agency for QA in Central Europe",
                ...
            }
        ]
    },
    {
        "programme_names": [
            ...
        ],
        ....
    }
]

If it's too big of a change we might need to keep it for a later improvement.

@ctueck ctueck added the web API label Apr 12, 2018
@Gyukat
Copy link

Gyukat commented Jul 10, 2018

Let's deal with this in the context of a larger discussion on "programmes"

@Gyukat
Copy link

Gyukat commented Jul 10, 2018

See related: #161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants