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

Specify Series #17

Closed
rrolf opened this issue Jun 24, 2019 · 4 comments
Closed

Specify Series #17

rrolf opened this issue Jun 24, 2019 · 4 comments
Assignees

Comments

@rrolf
Copy link

rrolf commented Jun 24, 2019

Selecting a series will be specifically relevant in the context of LTI & co. In this case, we want to automatically provide the series, e.g. via a ?series= URL parameter.


Original comment:

In the upload dialog I would like to have an option to see the series' the server and select them if appropriate.

It would also be great to be able to provide a series with an URL GET parameter (from an external tool).

@luniki luniki self-assigned this Sep 26, 2019
@luniki
Copy link
Member

luniki commented Oct 8, 2019

How does one get a list of all the series of a server?

@luniki
Copy link
Member

luniki commented Oct 8, 2019

Related to #35

@lkiesow
Copy link
Contributor

lkiesow commented Oct 15, 2019

Note that this requires a relatively high level of privileges to work:

getSeries() {
return this.cred_xhr(this.server_url + 'api/series')
.then(parseJson)
.then(groupBy);
}

@luniki luniki removed their assignment Nov 13, 2019
@lkiesow lkiesow changed the title Select series Specify Series Nov 27, 2019
@LukasKalbertodt
Copy link
Member

Implemented in #470

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

No branches or pull requests

4 participants