-
Notifications
You must be signed in to change notification settings - Fork 0
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
Planning #1
Comments
For inspiration (test for free) or as commercial alternative (39$ one-time-fee) |
For the frontend, it would be helpful to get some kind of index with the following information:
This index should be accessible under a well-known endpoint s.t. the JavaScript can retrieve it. Proposal:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"comment": "all available images",
"items": [
{
"type": "object",
"comment": "one available image",
"properties": {
"filename": {
"type": "string",
"comment": "relative to `/images/`, e.g. `foo.jpg` refers to `/images/foo.jpg`"
},
"resolution": {
"type": "object",
"properties": {
"width": {
"type": "integer",
"comment": "pixels"
},
"height": {
"type": "integer",
"comment": "pixels"
}
},
"required": [
"width",
"height"
]
},
"timestamp": {
"type": "number",
"description": "fractional UTC seconds since 1970"
}
},
"required": [
"filename",
"resolution",
"timestamp"
]
}
]
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moments
OpenWall 2 (aka WallING, WallE) Pictu-rsStakeholder
Kiosk
Uploader on mobile, desktop
On-site setup
Deployment
Future updater
Malicious/external user
Viewer mobile, desktop (low priority)
PhotovoltMaik
Responsibilities
Server
Client
Technology
Server
Client
UI
Authorization
Milestones
The text was updated successfully, but these errors were encountered: