paulchamberland / MESTO

MESTO is a project about geolocalization of sites and the equipment related. Designed to help IT organisations to keep track of their equipment and clients in a specific area.
1 stars 1 forks source link

Navigation between sub-object and parent object must be more easy #18

Open JonathanLefebvre opened 9 years ago

JonathanLefebvre commented 9 years ago

In a Site, we may link sub-object Room and Equipement. After the pop-up is open, a button "new" is display and redirect to the accurate form object.

The problem is after the save, the normal behavior redirect the succeed saving to the object list. In the previous case, it could be some improvement to the navigation. After that save, the first main object load could be display back again with the linker popup open, ready to link that new object.

That kind of work will need a refactor of the navigate Service already in place to remember state controller and object loaded.

All behavior should be put for Site linking a Equipement, Site linking a Room, Room linking a Equipment.