Closed chinnichaitanya closed 9 years ago
We can even have separate states for department (or) sub-department (or) personal wall i.e, profile.
After reading this : http://www.soapui.org/testing-dojo/best-practices/understanding-rest-headers-and-parameters.html, I want to have separate views for department and profile @deepakpadamata: what say ?
Was what I was sugesting anyways. Peace
Lets ideate on defining the path for every department (or) sub-department (or) personal wall. Currently in the erp, everything is implemented as
/wall/:number
and depending on the parameternumber
, page is rendered.I tried implementing it using
/wall/{type}/?dept&subDept&id
.type
can take values 'profile' or 'department' and the rest are values for searching the posts accordingly.Because of my new implementation, the
?dept&subDept&id
parameters are appearing in every route and I'm not sure why. Check: https://github.com/deepakpadamata/erp-2016/issues/3What say ?