An important unfinished task? Create a #KanbanCard with the title, person, description, priority and deadline in the #DigitalMakerspace. Then place your card freely on the #Web wherever you need it and others should see it. Try it out: https://t.co/w1bhwLZzSf
If you want to spontaneously form #Teams, use the free #WebComponent for #TeamBuilding in the #DigitalMakerspace. Everyone has a button to join or leave a team. One click and you're done. Team changes are directly visible to each other. Try it out: https://t.co/bD1Ge3Gq7k
With the content- #WebComponent in the #DigitalMakerspace, text can be packaged as #ccmjs-based #WebApp and reused in other #Apps for free. In addition to font formatting, images, videos and HTML embedding codes can also be integrated: https://t.co/oNkFoFAHNG. Feedback is welcome
A new #Chat#WebComponent is freely available in the #ccmjs-based #DigitalMakerspace. The server on which the chat history is saved can be set individually. Feel free to try demos and create your own chat for free: https://t.co/f90W7jFEih. We are also happy for feature requests.
A new video shows the creation of a #ccmjs-based quiz using pure HTML: https://t.co/fHu9x1OE9N. Here also the CodePen: https://t.co/B7gGaFrzoW. Creation of #Apps based on the free #Web. #usetheplatform!
From now on, #Apps can be created in the #DigitalMakerspace without an account. Without login you get #EmbedCode and #AppURL. With login, the app is published in the integrated #AppStore and can be loaded and changed later. https://t.co/fjZAHefbR2
The outsourced helper functions of the ES6 module (https://t.co/21b0aaKr9t) are well documented, including code examples. Link to #API: https://t.co/YNUp8qwdzG. In addition, 170 #UnitTests ensure that they work correctly. Link to #JavaScript unit tests: https://t.co/sqQzwMueFv
By outsourcing of unnecsessary helper functions, the #ccmjs framework has shrunk by 25% from 151KB to 113KB and the minimized file from 51KB to 31KB by 40%. The following diagram shows the progress of the file size of ccm.js from v1.0.0 to today: https://t.co/juZNXR2Jmh
So that the #ccmjs framework can finally be fully documented, unnecessary helper functions have now in ccm v25 (https://t.co/QQi2N7bjiK) been outsourced to an ES6 module. The code could thus be reduced to the core functionality and not really needed code has now been removed.
#ccmjs provides service for loading resources. This allows you to specify resources as dependency in configurations for ccm-based component instances. In this way resources are flexibly exchangeable. Read more about this service on today updated wiki page: https://t.co/5MqVr8lCIp
The Client-side Component Model (ccm) is a free #WebTechnology under MIT License for the realization of the #ModularWeb with ccm-based #WebComponents, which is developed by @AndreKless at the @h_bonnrheinsieg. The code is free on GitHub at https://t.co/2nApQ4aFzr.