Skip to main content

Project Modules

Modules

danger

The current code base may be different because this website might have not been updated with the latest source code information available.

ModuleRole
appMain application module
coreAll the models are present in this module that are resposible for storing the data of project that is created by the app (Please do not work on this, it is going to replaced soon with new one)
blockAll the model that are in core is represented to user by this module in the form of View. Old logic editor is also included here. (Please do not work on this, it is going to replaced soon with new one)
extensionModule responsible for generating blocks (by serialization) This module currently uses model from core module but it will use models from beans once logiceditor module gets some stability.
prdownloaderA library reponsible for downloading file from internet.
treeviewA library responsible for presenting a folder in a tree structure.
viewedtiorResponsible for layout designing for projects
logiceditorNew logiceditor (for block-based programming), it will replace logic editor present in block module soon.
test/logiceditorApp to test the new logiceditor mentioned above.