Skip to content

lmnz/WeissWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weiss Mobile App

OBJECTIVE: This webapp is designed to provide a user-friendly place for Weiss players to browse card information for translated cards. Apparently, this tool doesn't already exist.

AS OF NOW: I (Alex) have written a parser that, when given a file formatted in the way the .txt files are formatted in the translation directory underneath the src folder, will parse the file for cards and their relevant information and write this data to a .csv file, with each row representing a card. If the .csv doesn't exist, the parser creates it, and if it already exists, the parser simply appends to it. I have also created create, drop, and load .sql files for the SQL side. Lastly, I have written a 'start over' shell script that runs the parser on all of the .txt files containing the translated cards, drops and creates the cards database table, and loads the monster .csv the parser creates into the datbase. However, this script only works with the Ubuntu VM provided by CS144 at UCLA.

UPDATE: I (Alex) have also created a very rough draft of the Weiss mobile app. Simply check it out and run it to see what it does.

FUTURE: Since this was Justin's idea, I have no idea what he wants to the interface to look like, so the front end's future is completely up in the air.

About

Weiss Schwarz translation webapp that save/stores/retreives card translations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published