Skip to content

sh1chan/furontoendo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sh1chan's frontend (UI) for *my Research!

Elm

elm reactor # visit http://localhost:8000/src/Main.elm
Drag and Drop based cards to store the information about an *Object
- How much you should know about a Phone to buy ?

Phone <*Obj>
+-----------------------------------------+
| Options |     Item      |     Values    |
+-------- + ------------- +---------------+
| SimCard |     Phone     | SimCard<*Obj> |
|   ...   |               |      ...      |
+-----------------------------------------+

SimCard <*Obj>
+-----------------------------------------+
| Options |     Item      |     Values    |
+-------- + ------------- +---------------+
| Country |    SimCard    | Country<*obj> |
|   ...   |               |      ...      |
+-----------------------------------------+

*K <*Obj>
+-----------------------------------------+
| Options |     Item      |     Values    |
+-------- + ------------- +---------------+
|   foo   |      *K       |    foo:bar    |
+-----------------------------------------+

UI

*Route
├── *Board
│   └── *App

<Route Main>
  <Board BuiltIn (Drag&Drop "Floated mode")>
    <Component TreeView>
      -- View Routes
      -- View Boards
      -- View Services
      -- View Applications
    </TreeView>
    <App Product (Optional)>
      <Component OptionsView (updates *TreeView)>
        ...
      </Component>
      <Service Share>
        ...
      </Share>
      <Component Calc>
        ...
      </Calc>
    </Product>
  </BuiltIn>
</Main>

Releases

No releases published

Packages

No packages published

Languages