Zoomicon / READCOM_App

READ-COM: Reading Communities App
MIT License
11 stars 5 forks source link

Feedback from READ-COM Partner (CTI) #264

Open birbilis opened 1 year ago

birbilis commented 1 year ago

Version: OLDER/UNSPECIFIED

This is a collection of early feedback during first verisons of app development. Posted here so that entries in it can be matched to issue/enhancement entries in the issue tracking system, will do in comments below. Then this item will be closed

CTI_Feedback_Fani_20220401.pdf

CTI_Feedback_Fani_20220401_AutotranslationEnglish.pdf

birbilis commented 1 year ago

1) warning before closing an application and before creating a new story so as not to close the previous one

When Cutting content of RootStoryItem in Edit mode (see https://github.com/Zoomicon/READCOM_App/issues/220) and when going back to Default story/document using the READ-COM icon in the left sidebar, a warning is shown to the user. See https://github.com/Zoomicon/READCOM_App/issues/96

When exiting the application no warning is shown, since application autosaves its current state and will reload with the content that the user was seeing before closing the app

birbilis commented 1 year ago

2) Color in the background in the picture

Greek text was referring to the icon (wrong autotranslation to English, named it as "picture" instead). Solved via https://github.com/Zoomicon/READCOM_App/issues/259

birbilis commented 1 year ago

3) Ctrl+Z to undo in the cut and generally shortcuts on the keyboard for faster text editing (font, size)

Undo (CTRL+Z) and other shortcut keys (CTRL+X/CTRL+C/CTRL+V for Cut/Copy/Paste respectively) are supported in the TextStoryItem's text editor and not stolen by the respective actions in the app itself: https://github.com/Zoomicon/READCOM_App/issues/97

Undo (editing history) is not currently supported for the story structure itself (needs memory/disk resources). For Cut action can use Paste to undo it (see https://github.com/Zoomicon/READCOM_App/issues/70) TODO: ADD ENHANCEMENT ENTRY FOR HISTORY AND POINT TO IT

There is a bug in input prompts that have a text field (like the ActionURL or the Tag one) shown via StoryItemOptions regarding shortcut keys for Cut/Copy/Paste. The app catches them and does cut/copy/paste in the story instead. Have to right click there and use text editing actions from context menu (say to paste a URL in the ActionURL prompt). See https://github.com/Zoomicon/READCOM_App/issues/184