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

expose "title" to item_append_files, item_rename_files, and other file related functions #232

Open
jordansread opened this issue Feb 22, 2017 · 2 comments

Comments

@jordansread
Copy link
Contributor

title is now a user editable field for individual files. The functionality to change or specify this field within sbtools was mentioned in #230 . This issue is to capture implementation details and decide on whether it is a priority for users.

Some questions that help with priority: Can we search for files based on title, or do other things with it? Right now we can find and replace files based on the file names, but we don't use title for that. Can an item have files w/ duplicate titles? I think it currently lets you have duplicate file names within an item.

@jordansread
Copy link
Contributor Author

Looks like this would need to happen in multi_file_body

For giving it a title on initial upload.

@jordansread
Copy link
Contributor Author

I was wrong about ☝️ multi_file, I think this needs to happen as two events - the file post and then the title update on the item. One snag to that is the need to verify which file is the one to update the title on.

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

No branches or pull requests

1 participant