[TYPO3-team-core-v5] Daily Scrum Protocol 27.07.2010

Rens Admiraal renst3 at rensnel.nl
Tue Jul 27 22:35:52 CEST 2010


Hey Guys,

Nudge me tomorrow, I should be able to attend the scrum meeting... I 
hope not to forget my jabber :D

Greetz,
Rens

On 07/27/2010 07:04 PM, Sebastian Kurfürst wrote:
> Hey,
>
> we again had a daily scrum after quite some time ;-) and we used the
> time to plan the next steps with the Aloha editor.
>
> Below are the meeting notes!
>
> Greets,
> Sebastian
>
> ---- MEETING NOTES ----
>
>
> Participants:
> * Bastian Waidelich
> * Sebastian Kurfürst
> * Nils Dehl
> * Christopher Hlubek
>
> BASTIAN WAIDELICH
>   * Fixed several Fluid bugs and added a few features
>   ->  Working on refactoring the AbstractFormViewHelper
>   ->  Enriching the rendered template with information about the
>      ViewHelpers and the like (Fluid Template Analyzer)
>   ->  Improving Fluid error messages
>
> SEBASTIAN KURFÜRST
>   * Fixed some Fluid issues, but did nothing productive
>   * We now use the public aloha trunk (and can merge our changes back)
>   * If you want to develop Aloha, see
> https://svn.typo3.org/FLOW3/Packages/TYPO3/trunk/Resources/Public/Backend/README.txt
> for details.
>
> NILS DEHL
>   * worked on Aloha TYPO3 Plugin
>   * worked on Aloha Connector
>
> CHRISTOPHER HLUBEK
>   * nothing yet, but see below for todo list
>
> RENS ADMIRAAL (not attending)
>   * is working on BreadcrumbMenu -- making good progress
>   * See http://github.com/radmiraal/Horizontal-ExtJS-Menu/ for the
>     current status
>
> MICHAEL FEINBIER (not attending)
>   * made the animations in the top area work mostly
>
> CHRISTIAN MUELLER (not attending)
>   * working on the management View, needs somebody for the server side
> (Robert?)
>
> CURRENT STATE OF ALOHA:
> * Aloha Plugin of TYPO3
> ** saves "Block" to server
> ** "add section" button, which already creates a dummy-section in DOM.
>
> ALOHA NEXT STEPS:
> * Fix "enter" handling (in a headline, you can break out of it) - NILS
> * deactivate all options which are not needed for our basic block
> element (f.e. disable h1, h2, ...) NILS
> *<t:editable>  implementation SEBASTIAN
> * editing Block should submit JSON data with the fields
> * instead of contenteditable="true", we set a CSS class, and modify it
> directly before adding Aloha)
> * Christopher will work on INSERTING blocks (on the server side, and the
> markup should be rendered) -- see f:security.ifAuthenticated VH
> ** creating block; and transmitting "empty" block over ext direct to the
> aloha plugin
>
> TODO: We need some structure-constraint system (local constraints) soon!
>
> TODO: We wanted to do some Fluid cleanups and do some brainstorming
> about the Plugin API.
>
>
> ---- Random scribbles ----
>
> Here, are some more random notes we scribbled together:
>
> Block-Template:
> <div uuid="..." class="editable"><div contenteditable="false">
> <h1><span data-property="headline"
> contenteditable="true">{headline}</span></h1>
> <p><span contenteditable="true">{content}</span></p>
> </div></div>
> ->  wird als "Markup-Snippet" an Aloha übertragen und eingefügt beim
> Button-Click (und als neue Aloha-Section markiert)
>
> {
>      headline: ....
>      content: ...
> }
>
> ViewHelper Idee:
> <h1><t:editable property="headline">Überschrift hier</t:editable></h1>
>
> <h1>{headline}</h1>  in obiges über Interceptor konvertieren (möglich)
>
>



More information about the TYPO3-team-core-v5 mailing list