Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

schneist/CodeKommune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeKommune

Build Status

StackShare

Yet another task-tracking-app.

It should at some time display the tasks as a tree.

At the moment it is just a playground for me, to try the following structure:

                           -common-
                        
                    Case class business model 
                        (the task tree) 
                     plain scala case classes
                     published to jvm and js    

                     
  -server-                                          -frontend-
  
Play backend serving                        slinky react scalajs frontend
a Sangria Grapql interface                  using scalajs apollo graphql to load the 
using the common classes                    data structured by the common model
jvm                                         and display it using d3.js on scaljs

Yes it is the model for a backend guy to go full stack :)

Plan:

The single point of truth for communication about business object should be the graphql schema. It could be visually edited like in: https://github.com/slothking-online/graphql-editor So I need to generate the common case classes out of it.

Contributing:

Well despite its age it is in a very limited but also fluid state, after all it is my PlayGround . Therefore especially ideas if and how this model could be used "in production" are welcome.

About

Just my play and learn project for coding tasks

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors