Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Project class(es) to store session data #13

Open
DamianSuess opened this issue Oct 23, 2017 · 0 comments
Open

Create Project class(es) to store session data #13

DamianSuess opened this issue Oct 23, 2017 · 0 comments

Comments

@DamianSuess
Copy link
Contributor

DamianSuess commented Oct 23, 2017

As a user, I want to be able to select a single project file to perform my work. First, we need a class structure to load XML data.

Design and implement project output.

Acceptance Criteria

  • Consider file extension ".liteproj" or something similar to ".sqlproj" to not clash with VS for now.
  • Save object data
  • Load object data into memory
  • Output data compatible with Visual Studio's ".sqlproj" file format for future enhancement

Out of Scope

  • Loading data into Project window
@DamianSuess DamianSuess created this issue from a note in v0.2 - Basic IDE (Backlog) Oct 23, 2017
@DamianSuess DamianSuess added this to the Gate 2 - Object Explorer milestone Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant