Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Make SnapFile saving possible for administrators #4

Open
jhenkens opened this issue Apr 30, 2014 · 1 comment
Open

Make SnapFile saving possible for administrators #4

jhenkens opened this issue Apr 30, 2014 · 1 comment
Assignees

Comments

@jhenkens
Copy link
Contributor

This is so that Ricky can being to work directly with our system.

This might require fixing rolify

@jhenkens jhenkens self-assigned this Apr 30, 2014
@jhenkens
Copy link
Contributor Author

I just completed 'feature parity' at the cloud-file level with the original SnapCloud. The only differences between the two revolve around the fact that the original SnapCloud is indexed by [username, filename], whereas octopi gives every file a unique ID and performs indexing based on that. Thus you can have multiple files with the same name, but different ID's.

Next steps would be putting the site online on heroku and creating admin accounts for them.

Additionally, sharing of public files is currently not possible through the interface (SnapCloud does it with pure html links, which I haven't added yet). The permissions are such that, if you had the link to a public file you could view the JSON, but it wouldn't do you any good yet as there is no easy way to load that into laplaya).

Lastly, we should make an interface to allow collaboration on files (multiple owners). This can already be done simply by allowing multiple owners on a file (although, this is dangerous as there is no versioning, and no notifications for collaborating editing, so changes could get blasted away).

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

No branches or pull requests

1 participant