budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Refactor ajax #79

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

Right now it is a hazzle to add new functions to the ajax server. We have a pretty nice system set up which introduces new Objects. Expanding this with reflection:

Pages["some_page_id"].setId("some_new_id");

We need to consider:


Imported from Bitbucket Originally reported by: Christian Budde Christensen (2014-08-27T19:38:01.682)

budde377 commented 9 years ago

Started development of better ajax server. See #79

→ <<cset 0064ca2148a7>>


Original comment by: Christian Budde Christensen (2014-08-28 21:35:11+00:00)

budde377 commented 9 years ago

Fixed #81 Fixed #79

→ <<cset 1b1bfda97128>>


Original comment by: Christian Budde Christensen (2014-09-09 04:00:37+00:00)