-
Notifications
You must be signed in to change notification settings - Fork 6
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
Suggesting items/spells/feats #12
Comments
Possible direction for this would be to have all data in string resources as an array (preferably not actually in strings.xml though, maybe split into feats.xml, etc.), and parse the data. Eg. possibly very long description |
The unofficial pathfinder wiki, d20pfsrd, has spreadsheets with a lot of content: It may be of interest to note that "Pathfinder Open Reference", another Pathfinder android app (which essentially acts as a mobile copy of all pathfinder reference material) stores its content in a database. It's code is open source and can be found here: |
If this approach is taken, most likely what would be more desirable is to be able to download these on the fly to the app, and construct a few new tables in which to cache them. This way, if there are any updates to them, we don't need to push an app update, and it reduces the download size of the core app. |
That would also help with not taking issue #2 (translations) backwards. If the app is populated with large volumes of English content then translation would be very long-winded, and involve a lot of duplication. If tables can be switched in and out then users could opt to use, for example, French equipment and spell tables, even if feat and monster tables have not yet been translated. Did you intend "on-the-fly" table use to involve users using the app to query a central server for up-to-date content (like a newspaper app might do to download the latest news articles), or did you mean that users could manually copy up-to-date tables into their device's file system? |
By this I meant there would be a refresh button for each table located wherever convenient, which would automatically download from the export URL linked on the d20 pages. This is assuming that those will remain relatively constant. The other option would be to have downloadable files from the repository (via raw.github.com), so that I am not solely responsible for updating the tables when they are updated. |
Should have set of items, spells, armors, weapons, feats, which can be searched.
Should autocomplete most attributes of the item.
UI undecided.
The text was updated successfully, but these errors were encountered: