Closed Bug 1143728 Opened 10 years ago Closed 8 years ago

Make the call log use a data-driven (MVC) approach to UI updates instead of the ad-hoc spaghetti we currently have

Categories

(Firefox OS Graveyard :: Gaia::Dialer, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: gsvelto, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #1135044 +++ The call log code currently uses a number of ad-hoc code paths to populate the UI, update the underlying database and reflect the changes to the call log itself or to the call log entry's contacts. These paths form a huge bunch of spaghetti that is hard to understand and hard to keep in sync. Changes to one of those paths might not be reflected in the other paths and thus create an inconsistency when the UI needs to be updated. Bug 1135044 was a good example of these kind of issues. To fix this stuff we should clearly establish what's stored in the call log database and use it as the data model to populate the UI. All changes (new calls, deleted calls, update to the contacts, etc...) should flow through the database first. Once the change has been applied there an event should be dispatched from the database to reflect the change (possibly implemented via shared/js/event_dispatcher.js). The UI will then need to listen on these changes and update itself accordingly. This should ensure that the view of the call log is always consistent with the underlying data and will probably also make the code easier to follow.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.