-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement a Bytestream Component #3
Comments
Assigning to @randalldfloyd |
As modeled within the BrowseEverything API, the properties for this should resemble something along the following: @Prop() uuid!: string;
@Prop() location!: string;
@Prop() container: Container;
@Prop() name!: string;
@Prop() size: number;
@Prop() mtime: number;
@Prop() mediaType: string I would have preferred to use |
@jrgriffiniii as a test for an automated maintenance task, this issue is being labeled as |
This should model file resources in BrowseEverything which can be selected within the Upload form. I suspect that they should contain some file metadata and wrap the behavior of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox (as they are going to be selected by users during the Upload submission process).
The text was updated successfully, but these errors were encountered: