-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add page url to graphql #230
Comments
Maybe @jann has an idea how to do this? Any hints welcome. |
And while we are at it, we could also change the originalHref and copyright to always return something. If the source is SignDict, it should have an originalHref with the page link and the copyright should have the name of the user in it. |
#235 adds the url attribute to our entry model.
|
Oh, nice. Thanks! The video_url is the raw mp4 file. I would love to have the possibility to link to the webpage that plays the video. For example this link: https://signdict.org/entry/835-zug/video/950 The copyright: if the original source is SignDict, the originalHref is empty, we should add our page as source for those videos. That way people who want to use our videos always can use the orignalHref without checking if it is empty or not. |
Closing this, the other missing things will be done in #771 |
I think it would be great to add the page url to the video and entry schemas of the graphql api. That way you could query using graphql and send the user to the correct page.
The text was updated successfully, but these errors were encountered: