PardeeCenterDU / IFs-Issues-Tracking

This repository only holds the list of bugs that have been reported for IFs. Anyone may add a bug report, but please look to see if your issue has already been added!
2 stars 0 forks source link

Translating "Create Variable Lists"/"Create Displays" to .NET #193

Closed Coryv221 closed 1 year ago

Coryv221 commented 2 years ago

Self-managed -> Select any Variables -> Variable Selection Options -> Create Variable List from Selected... (not Display Lists from...)

Self-managed -> Computations -> Create the computation -> Create Variable List from Selected....

This needs to be integrated into .NET (including the form for creating), because we know that many of the researchers utilize it

This will involve:

Phases:

  1. Insert new Variable and Computation Lists
  2. Delete Variable and Computation Lists
  3. Edit Variable and Computation Lists
PardeeCenterIFs commented 2 years ago
  1. Phase 1 is completed now and it will be included in version 7.86, and I have asked Cory to work in the Import and Export process before continuing to work on phase 2 and 3. The Import and Export process in vb6 is found in the Flex Display form, menu: List Features/Exchange List/Export or Import Lists.
Coryv221 commented 1 year ago

All that's left, as of now, is importing. We are also adding a transition from Access -> SQLite file IO to complete

Coryv221 commented 1 year ago

This is completed, and now in .NET as of a few weeks ago