-
Notifications
You must be signed in to change notification settings - Fork 3
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
Starter data set to use for development #11
Comments
I've got some spare time these days. How would you like the records written up? Btw: I have pretty limited development experience, mostly with VBA and SQL in MS Access. It's nothing to write home about, but enough to understand most of what's going and to google the rest. |
I'll go with JSON. I'm slapping together an Access DB to (mostly) mimic the data structure in the UX document, then using CSV-to-JSON to generate the data. Any objections? Things I should know? |
Day 1 of Progress: Notes:
|
The JSON data is here. Day 2 of Progress: Notes:
|
Update 3: Up to 10 entries |
Hey @jtannas it looks great - thanks a lot! I can sort of use .accdb files with a tool that I found, but it would be easier to work with in another format. Is there any way to export the database to .sql or a series or .csv files? |
adventure lookupSampleDataCSV.zip Hey I saw your request for .csv files. I went ahead and just exported the data in his sample as csv files. Some of them are empty. Hope that helps. |
In order to help with the development of components that interact with the data, we could really do with a starter set of data.
I'm going to go ahead and create some dummy information, but it would be really useful if someone would take the time to create a few records (10-20) which contain all of the information described in the DB schema as indicated here:
https://docs.google.com/document/d/1ZYi8-XMcvkivsAJZizaNADNl2dpC3zb8yEJVsNNZFlA/edit
Let me know if you can help!
The text was updated successfully, but these errors were encountered: