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

Allow entering text directly instead of uploading a file for the agenda #6532

Closed
1 task done
aaronpk opened this issue Oct 24, 2023 · 2 comments · Fixed by #6792
Closed
1 task done

Allow entering text directly instead of uploading a file for the agenda #6532

aaronpk opened this issue Oct 24, 2023 · 2 comments · Fixed by #6792
Assignees

Comments

@aaronpk
Copy link

aaronpk commented Oct 24, 2023

Description

It would save a step to have a text field for editing an agenda inline instead of having to first create a file on my computer and upload it.

image

Code of Conduct

@aaronpk aaronpk added the enhancement New feature or request label Oct 24, 2023
@rjsparks
Copy link
Member

rjsparks commented Nov 2, 2023

We have a similar field for entering reviews - we can provide one here - but be wary - it is only really usable for cut-paste - we don't have keystrokes being stored serverside (or even in a cookie) while editing, so a closed browser tab will lose any typing work.

@aaronpk
Copy link
Author

aaronpk commented Nov 2, 2023

That's perfectly fine, thanks! This will also help make quick edits to the agenda a lot easier!

pselkirk added a commit to pselkirk/datatracker that referenced this issue Dec 17, 2023
pselkirk added a commit to pselkirk/datatracker that referenced this issue Dec 17, 2023
rjsparks pushed a commit that referenced this issue Dec 20, 2023
* feat: Allow entering agenda text directly (#6532)

* fix: Hide label as well as file/text input box

* refactor: Package javascript for static/dist

* fix: Fix test cases broken by view changes

* test: Add test case for entering agenda text

* refactor: assertRedirects
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants