issues
search
Agile-Waterfall
/
flooq
A tool that enables developers to connect multiple applications without the need to develop any interface.
https://flooq.io
8
stars
0
forks
source link
Cleanup Editor
#159
Open
MrF3lix
opened
2 years ago
MrF3lix
commented
2 years ago
[ ] Improve Node definitions (Interfaces, Classes, etc.)
[ ] Improve Dialogs (Group)
[ ] Improve Actions (Simplify and combine in a base component)
[ ] Collect interfaces that are used by a lot of components (User, DataFlow, etc.) and decide where to store them.
[ ] Unionise interfaces that store the same data (e. g.
NodeData
). If not possible: better document where which is used.
[ ] extract
getLastEditedString
into helper class
[ ] Optional: Extract all labels for translation purposes
[ ] Each node should have a separate folder with interface, template and docs
[ ] Add a NodeFactory and remove
node-types.ts
[ ] Remove github icon component
[ ] Improve Messaging => Should show multiple messages, allow disappearing messages and fixed messages with close icon
[ ] Unify /api handlers
[ ] Remove
any
types
NodeData
). If not possible: better document where which is used.getLastEditedString
into helper classnode-types.ts
any
types