Hello Everyone,

The meeting notes for the Publisher code review are given below;

*Participants: *

   - *Jaggery Team: *Nuwan,Ruchira,Praveena,Chamath,Udara,Manu,Tanya,Sameera
   - *Mobile Team: *Chathura D.,Dilshan
   - *Scribed by* Tanya

*Date: *7/8/2013

*REST API*

   - The listing/viewing of assets should take place through the same url.
   As an example, the viewing of a single asset should be possible through *
   api/assets/id* while* api/assets* should return details on a collection
   of assets.
   - All AJAX calls within the application should use the REST API without
   a version.
   - An API with a version should be made available for public use.

*Re usability*

   - All duplicate code shared between the REST API and the controllers
   should be moved to  a module to eliminate redundancy.

*General Observations*

   - The code base uses the now deprecated for each statement which should
   be replaced.
   - Attention should be directed to areas of the code highlighted in
   yellow by the IDE
   - Avoid hard coding the context anywhere (e.g:/publisher/xxx/yyyy in
   asset.jag and assets.jag)

*Configuration Points*

   - The fieldPropertyRules property in the RXT extension configuration
   files should be changed to a JSON object.


Thank You,
Jaggery Team
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to