fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Format display #11

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

Format public shard return data

The returned data is given as an XML. The XML comes in the formats such as

<NATION id="testlandia">
   <POLICIES>
      <POLICY>
         <NAME>Devolution</NAME>
         <PIC>t64</PIC>
         <CAT>Government</CAT>
         <DESC>Government power is substantially delegated to local authorities.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Native Representation</NAME>
         <PIC>t42</PIC>
         <CAT>Government</CAT>
         <DESC>Only native-born citizens may hold elected office.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Marriage Equality</NAME>
         <PIC>p25</PIC>
         <CAT>Society</CAT>
         <DESC>Citizens of the same sex may marry.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Vegetarianism</NAME>
         <PIC>a5</PIC>
         <CAT>Society</CAT>
         <DESC>Vegetarianism is compulsory.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Gun Control</NAME>
         <PIC>k2</PIC>
         <CAT>Law &amp; Order</CAT>
         <DESC>Citizens are forbidden from owning firearms.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Capitalism</NAME>
         <PIC>i56</PIC>
         <CAT>Economy</CAT>
         <DESC>Private industry is permitted within a market-based economy.</DESC>
      </POLICY>
      <POLICY>
         <NAME>No Drugs</NAME>
         <PIC>r14</PIC>
         <CAT>Economy</CAT>
         <DESC>All recreational drugs are prohibited.</DESC>
      </POLICY>
      <POLICY>
         <NAME>Climate Treaty</NAME>
         <PIC>l10</PIC>
         <CAT>International</CAT>
         <DESC>The nation is a signatory to an international climate treaty.</DESC>
      </POLICY>
   </POLICIES>
</NATION>

or

<NATION id="testlandia">
   <REGION>Testregionia</REGION>
</NATION>

While "user-friendly," it could be much better. Should be converted into some new form. Either an Embed or a natural string

dynamic-friction commented 1 year ago

Remaining unformatted/improperly formatted Public Nation Shards: