Ticket #1034 (assigned task)

Opened 1 year ago

Last modified 1 year ago

Refactor data-related things out of dForm

Reported by: paul Assigned to: paul (accepted)
Priority: critical Milestone: 0.8.3
Component: ui Version:
Keywords: Cc:

Description

Take all the data-related things like next(), new() out of dForm, and put them in a new dDataMediator class. Add new dDataForm and dDataDialog classes that descend from dDataMediator.

Alternatively (let's discuss which way is best), add new dBaseForm and dBaseDialog classes that don't contain the dDataMediator stuff, while dForm and dDialog do. This alternative will not break existing code, but it feels a bit backwards to me.

Change History

04/03/2007 10:57:34 AM changed by paul

  • owner changed from somebody to paul.
  • status changed from new to assigned.

I have a showstopper until this and #1035 are done, so I'm planning on burning some midnight oil this week for these things.