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

Support sending file attachments #1

Open
JKrag opened this issue Feb 12, 2021 · 0 comments
Open

Support sending file attachments #1

JKrag opened this issue Feb 12, 2021 · 0 comments

Comments

@JKrag
Copy link
Owner

JKrag commented Feb 12, 2021

From a storage point of view, my plan is that the file(s) should exist in the specific commit only, not just simply added to a folder with all previous sent files. The cleanest way to achieve this is probably to add the file directly to the git index before doing the commit. But I guess it is unavoidable that the file will still be seen as a deletion in the next commit in a git log.

I am still uncertain about the UX of this. Sending them is probably easy enough, probably just using a slash command, but I still have to figure out a good UX for displaying and ultimately retrieving files at the receiving end.

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

No branches or pull requests

1 participant