[TYPO3-dev] IRRE usabillity improvements

Nikolas Hagelstein hagelstein at shr.cc
Tue Mar 6 12:52:20 CET 2007


Hi,
First of all: great work oliver.

I would like to suggest the following improvements:

ATM it's possible to add a relation to particular record via "create
new".

I would suggest to split this functionality off into two seperated
parts:
"Add exsiting" and "create new" where:

"Add existing": Just adds a relation( as implemented ATM)
"Create new": Creates a new related record and the appropriate relation.

Brought forward to the IRRE-Testsuite this would mean:

tx_irretestsuite_ff_attr_company -> Add existing (Already implemented):
- Choose the related record
- Create relation in tx_irretestsuite_ff_attr_person_company
- Finish

tx_irretestsuite_ff_attr_company -> Create new:
- Enter a set or all fields of tx_irretestsuite_ff_attr_person (should
be defined by TCA)
- Create tx_irretestsuite_ff_attr_person record
- Create relation in tx_irretestsuite_ff_attr_person_company
- Finish

Furthermore it would be great to have the opportunity to add more than
one relation at once.

IMHO this would improve the usabillity a lot especially when initialy
filling a dataset;)

Cheers,
Nikolas




More information about the TYPO3-dev mailing list