Gijs-Jan Roelofs
Gijs-Jan Roelofs
@jacobdufault Just want to hijack the thread to thank you for the work done so far.
Look at the corresponding code in Serialization: https://github.com/jacobdufault/fullserializer/blob/c01db302f337205696585daa72e7d7baea922e44/Assets/FullSerializer/Source/fsSerializer.cs#L665 This does a `_lazyReferenceWriter.Clear();` if `Exit()` returns true. I've already tested the fix and I'm quite sure that the Exit in deserialization...
Completely true, but there are still quite some cases that could be optimized. A simple example would be aliasing on types which could shave off quite some time on parsing...
Yes, I meant aliasing on types in the JSON. I would actually argue that hand editing could be simpler if you know the mapping. Typing a small alias over a...
Seconded, a simple form which justs sets the title, and optionally some of the other fields (description, hours, assignee).
On second thought, and working with other solutions (Trello, Taiga) to see their workflow, I would recommend sticking to creating with the title only. The workflow for "fast" issues is...
Looking at context_menu.js (see Issues tab), we'll need to change the following: - Add CSS for "context-menu-selection" to indicate the issue is selected. E.g.: change background - Add Checkbox Input...
I implemented a basic working version in branch: https://github.com/methius/redmine_dashboard/tree/context-menu Everything works, except for editing of multiple selected cards. Shift-selection actually works pretty well, following column before row wise selection. We...
Hey, The primary reason why I haven't done that is because of the "quality" of code, and I'd prefer a review before a PR. Especially as you indicated that you...
If I recall correctly, this issue was integrated so it can be closed?