some comments http://codereview.appspot.com/6429043/diff/1/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6429043/diff/1/MoinMoin/items/__init__.py#newcode676 MoinMoin/items/__init__.py:676: extra_meta_text = OptionalMultilineText.using(label=L_("Extra MetaData (JSON)")).with_properties(rows=ROWS_META, cols=COLS).validated_by(ValidJSON()) On ...
12 years, 8 months ago
(2012-07-18 16:27:38 UTC)
#3
some comments
http://codereview.appspot.com/6429043/diff/1/MoinMoin/items/__init__.py
File MoinMoin/items/__init__.py (right):
http://codereview.appspot.com/6429043/diff/1/MoinMoin/items/__init__.py#newco...
MoinMoin/items/__init__.py:676: extra_meta_text =
OptionalMultilineText.using(label=L_("Extra MetaData
(JSON)")).with_properties(rows=ROWS_META, cols=COLS).validated_by(ValidJSON())
On 2012/07/18 15:48:27, spy wrote:
> Do we still need an extra JSON editor in case all meta keys are implemented as
> widgets?
it depends a little bit, yes for now.
one thing you easily can do with the json editor is to
copy/paste and to delete.
Also you can introduce new types or more complexity.
Not sure if last is good but at the current state we can't decide that.
http://codereview.appspot.com/6429043/diff/1/MoinMoin/templates/modify_applet.html File MoinMoin/templates/modify_applet.html (right): http://codereview.appspot.com/6429043/diff/1/MoinMoin/templates/modify_applet.html#newcode32 MoinMoin/templates/modify_applet.html:32: #} hmm, but if implemented as ALTERNATIVES we either ...
12 years, 8 months ago
(2012-07-22 12:42:34 UTC)
#5
Issue 6429043: Metadata editor.
(Closed)
Created 12 years, 8 months ago by xiaq
Modified 12 years, 8 months ago
Reviewers: thomas.j.waldmann_googlemail.com, Reimar Bauer, spy
Base URL:
Comments: 15