Git Product home page Git Product logo

Comments (1)

rsek avatar rsek commented on July 17, 2024

here's an outline of a basic command implementation that could get us started:

  • all PCs default to being a party of one
  • party membership is a required parameter when generating a PC with the slash command (i think prompting people with it is a good idea to expose the functionality to them)
    • the parameter is an autocomplete parameter; it always sends back an option of "None/Solo", at minimum
    • it also returns all existing Party objects
    • "None/Solo" simply leaves the PC in their party of one
    • selecting another PC in a party of one adds the new PC to that party
    • parties of multiple PCs can list out their various PCs, like: "Party of PC1, PC2, PC3"; autocomplete should check against the names of each party member.
    • if a command vehicle is attached to a party, its name could be used to autocomplete too, and included in the text result: "Party of PC1, PC2, PC3 (Starship Name)"

with that in place, we could look at ways to keep Supply synced across PCs (which i think should be the default behaviour). unsyncing Supply could simply be a question of leaving a party.

PCs could also be added to parties with a slash command after character creation. parameter 1 would be the PC to add to a party, and its autocomplete would return all PCs that are currently a party of one. parameter 2 would return all Party objects (so a PC could be added to another party of one to form a new party).

from theoracle.

Related Issues (20)

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.