petertrotman / adventurelookup

Open repository for the website https://adventurelookup.com/
MIT License
5 stars 3 forks source link

Starter data set to use for development #11

Open petertrotman opened 8 years ago

petertrotman commented 8 years ago

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!

jtannas commented 7 years ago

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.

whonut commented 7 years ago

JSON or YAML is probably best.

jtannas commented 7 years ago

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?

jtannas commented 7 years ago

Day 1 of Progress: AdventureLookupSampleData.zip

Notes:

jtannas commented 7 years ago

The JSON data is here. Sorry about the delay. I got distracted by other projects, so not much data entry is done yet. I threw in some dummy data to get at least 5 sample records, and more actual data should be in soon.

Day 2 of Progress: AdventureLookupSampleData.zip

Notes:

jtannas commented 7 years ago

Update 3: Up to 10 entries AdventureLookupSampleData.zip

petertrotman commented 7 years ago

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?

melkor220 commented 7 years ago

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.