-
Notifications
You must be signed in to change notification settings - Fork 12
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
Typos and other oddities #353
Comments
That's super!
|
Sorry, didn't get a notification for this. That project is at least temporarily on hiatus (due to an issue with If I'm not doing this on my own, then I'd love to restart the project. I just need to finish up the character sheet manager for Glitch that I'm working on currently. The project was just a way to display items using React Native, also kind of a shop generator. It was a continuation of my first programming project. Also yeah, it's a relational database, so you only have to make each decision once. Especially with all these made up names, it must've been a nightmare keeping track. So, I tried my best to use almost entirely foreign keys for things like companies and whatnot, and I'm happy to revisit that if I can help. It'd probably be pretty easy to generate whatever code you're using from a db My go-to UI language these days is React/Native, but I have absolutely no server experience. Would you be trying to do a full overhaul or just update the data source? EDIT: One more thing in case you find databases intimidating: use a tool like SQLiteStudio to look through the data. I created Views that essentially recreate the CSVs that you release, so you can easily scan it. In fact, you can export those views as CSVs if you use that tool |
Hey, I'm working on converting your item lists into a database and I have some questions.
There are a handful of things I suspect are typos, but I wanted to make sure. Like in the gear and vehicles, there's a few categories where the singular and plural are listed as separate categories (e.g. "uniform" and "uniforms" in "Gear"). Is this on purpose?
Also, why are some items missing a value for "restricted price"?
Also there are some things that I know are typos (off the top of my head, one of the weapons has the effect "concusive").
Would you like me to send you my changed .csv files or would you like access to the db when it's finished? I would prefer not to make .yaml files since I don't require them for my project, but I assume you have some way to convert to them programmatically
The text was updated successfully, but these errors were encountered: