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

Add models for code first schema to allow for user scan profiles to be made #2

Closed
18 tasks
Unskilledcrab opened this issue Sep 8, 2020 · 0 comments · Fixed by #17
Closed
18 tasks
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Unskilledcrab
Copy link
Owner

Unskilledcrab commented Sep 8, 2020

Create a DTO folder to hold the data transfer objects below

CFG_ScanProfile

  • id (PK)
  • profileName (string)
  • description (string)

CFG_IgnoredPaths

  • id (PK)
  • idScanProfile (FK)
  • path (string)

CFG_Settings

  • id (PK)
  • idScanProfile (FK)
  • minFlagFileSize (long in bytes)
  • minFlagAccessTime (DateTime)
  • scanAllDrives (bool)
  • scanProgramFolders (bool)
  • scanDownloadsFolder (bool)
  • scanDocumentFolder (bool)
  • scanPicturesFolder (bool)
  • scanVideosFolder (bool)
  • scanDesktopFolder (bool)
  • scanMusicFolder (bool)
@Unskilledcrab Unskilledcrab added the enhancement New feature or request label Sep 8, 2020
@Unskilledcrab Unskilledcrab added this to the File Scanner MVP milestone Sep 8, 2020
@Unskilledcrab Unskilledcrab added the good first issue Good for newcomers label Sep 8, 2020
maratmuginov added a commit to maratmuginov/WindowsTools that referenced this issue Oct 14, 2020
#1 - Created dialog for adding new Scanning Profiles
Unskilledcrab#2 - Created Scanning Profile DTO's
@Unskilledcrab Unskilledcrab linked a pull request Nov 4, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant