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

Refresh sample data so that it is not based on real data #384

Closed
gregcorbett opened this issue Oct 10, 2022 · 1 comment · Fixed by #394
Closed

Refresh sample data so that it is not based on real data #384

gregcorbett opened this issue Oct 10, 2022 · 1 comment · Fixed by #394
Assignees
Labels
enhancement good first issue Issues that require "minimal" knowledge of the codebase

Comments

@gregcorbett
Copy link
Member

gregcorbett commented Oct 10, 2022

The sample data looks like it was based on some real data at one point. It would be good to refresh this data so that this is no longer the case.

It would also be an oppurtunity to tweak the structure of the sample data, so that it better mirrors present data - i.e. contains multiple NGIs (one of which isn't under a project) like below (the sites should also have dummy services.):

        P1
      /    \    
     N1    N2      N3
    /  \   |       |
   S1  S2  S3      S4

Users should be given unique, but still dummy, emails so they are easier to differentiate (i.e. in dry runs of scripts that generate emails).

There exists some "simple sample data" which would be a good starting point to expand and replace the existing sample data.

As a follow on, the example API output used in the docs should be updated to reflect the new sample data, see: GOCDB/GOCDB.github.io#12.

@gregcorbett gregcorbett added enhancement good first issue Issues that require "minimal" knowledge of the codebase labels Oct 10, 2022
@gregcorbett
Copy link
Member Author

#373 could also be tackled at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Issues that require "minimal" knowledge of the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants