Giter Site home page Giter Site logo

gswiki's People

Contributors

wada314 avatar

Watchers

 avatar

gswiki's Issues

WP owner search from weapon page

I have implemented this in gs2 wiki, so I will need to implement the same thing in gs3 wiki too I think.
I need to sweep over the all WPs pages and find WPs which have the specified weapon. I'm bit worried about the performance. Hoping the MoinMoin's cache is enough wise.

JSON data import from official mobile site

It looks GS3 mobile website provides the WPs and the weapons data by JSON. If I can use this properly then I (and editor volunteers) can save time when the game is updated. However, I haven't decided yet how to import the official JSON data into my wiki. There's few choices:

  • Provide a public form to import JSON into our wiki
    • Pros: Everyone can update the wiki, so the wiki will be updated immediately after the game update.
    • Cons: Security concerns.
  • Make an MoinMoin internal command which only I (server admin) can run to import JSON
    • Pros: Safe. No need to worry the malicious editor.
    • Cons: I need to preform the procedure... For every 20+ characters, see mobile page and copy-and-paste the JSON data into the commandline? Ugh...

"Total damage" column in weapon spec

I think I can add one more column into the weapon row, "Total damage". This must be useful to know the actual firepower of the weapon.
Presuming the damage calculation algorithm is not changed in GS3, I have already reverse-engineered the damage calculation algorithm so I can use that formula.

The problem is how to describe it in JSON. Just adding a property of "total damage" might be fine, but in that case it's difficult to calculate the total damage against Jonathan and Matsurika. The ideal way is to adding the damage reduction factor and total hit number into the JSON data, but I don't think everyone can understand what those data means.
Probably I will need to implement the both way, and merge those "properly" and display it.

Reference: the damage calculation formula in GS2:
https://docs.google.com/document/d/1MpK5hcDruYszE2_IWi6JLHSCZ34xZnwpqZk61q3B3Ls/edit?usp=sharing

Anti-spamming

I need to investigate what kind of anti-spamming is provided in vanilla MoinMoin.
Probably just blocking the editing from non-jp IP address is enough, because all the spams I saw in gs2 wiki were from foreign countries' IP addresses.

Stylesheet!

I must write it before the launch... Fortunately I have saved the location test version mobile site page to my local machine, so I can "get inspired" from that.

List of HP/costs

I had a request of this in gs2 wiki but I didn't implement it.
Maybe it's interesting to list up the WPs HP/cost performances as a single table. gs1 wiki had this table, and of course it was maintained manually. I don't want to do that.

Data description {{{}}} and data display must be separate

For example, in the page currently we are placing the WP's data in page where the WP's data is described (I mean, in {{{#!wp ... }}} format) in the page source. But on my second thought, this is not a good design. The data section should be able to appear in anywhere in the page, and we should use a custom macro at the place where we should show the data.
This makes possible to place multiple data view in the page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.