@@ -20,14 +20,6 @@ I should describe every end-point, entry-point for a total front-end implementat
2020 developing the entry points for user input and then it's just a matter of wiring things up, while this can be,
2121 at the very least, used for better understanding of directions and needed additions.
2222
23- New:
24-
25- When I click and drag a task while it's open (example while I change its title), it drags the whole UI around, as if it's
26- trying to move the task from one stage/columns to the other (without actually placing it in a new column). This behaviour,
27- I believe, is an unintentional side-effect and it should be fixed/removed. The ideal patch/fix is by not having the
28- side-effect, instead of explicitily making sure it doesn't move around, but further considerations are required in this
29- merit.
30-
3123Some automation examples/functionalities should be implemented. Even better, a framework for creating automations should be thought of.
3224
3325The ability to already have the instructions from an LLM and act upon those, ideally with the framework mentioned above,
@@ -37,4 +29,17 @@ The ability to "chat" and send commands to the LLM should be implemented in the
3729
3830More E2E and Playwright tests should be added since so much of extra Front-end has been added.
3931
40- The remaining delta is mainly backend activation + deeper E2E/operational validation rather than missing frontend architecture.
32+ The remaining delta is mainly backend activation + deeper E2E/operational validation rather than missing frontend architecture.
33+
34+ New:
35+
36+ When I click and drag a task while it's open (example while I change its title), it drags the whole UI around, as if it's
37+ trying to move the task from one stage/columns to the other (without actually placing it in a new column). This behaviour,
38+ I believe, is an unintentional side-effect and it should be fixed/removed. The ideal patch/fix is by not having the
39+ side-effect, instead of explicitily making sure it doesn't move around, but further considerations are required in this
40+ merit.
41+
42+ Refactoring would be great at this stage, as a lot of code has been produced so far. Going to different sections of the
43+ code base, assessing how it works, and consequently how it can be refactored to improve maintainability, modularity,
44+ reducing code duplication, optimizing performance, etc
45+
0 commit comments