Coder Social home page Coder Social logo

arcadia's People

Contributors

tangentfoxy avatar

Watchers

 avatar  avatar  avatar

arcadia's Issues

Command idea: account

Subcommands:

  • create
  • login (no longer creates accounts for usernames that don't exist)
  • logout
  • delete
  • name (changes username)
  • password (changes or removes)
  • email (changes or removes)
  • list (admin only, list all users' info)
  • show (shows your info, or any users' for admins)
  • count (shows a count of users)
  • online (shows who's online, not currently possible)

This would reduce command names in the global context, while adding more features.

Extremely basic security

Add an owner_id to vessels, set to the user who created them. Add a protected boolean that the owner can enable. This will only block transform and note commands for now. - Your data is protected from erasure, but that doesn't stop someone walking off with it.

Change how names and IDs interact

Forbid integer names. Make parseVessel return a name or ID, not both. The current system will screw up otherwise valid names in stupid ways.

Article: any

Support the any article? Either just as a normal article or use it to expand commands to function in non-local places? (Finding any matching vessel.)

Helptext massively needs updating

  • make topics simpler and easier to understand (removal technical jargon from almost all of it)
  • reduce duplication (just explain how to select a vessel in any command as its own topic)
  • make categories of topics instead of one big list, topics should reference each other as well

Commands to test

Execute the following to check for working code:

  • login name
  • login name password
  • login name password email
  • login name password email (with existing account)
  • logout
  • logout --delete
  • login (with deleted account, should fail obviously)
  • create name
  • create name (with existing vessel of same name, should still work)
  • create attribute name
  • create attribute name (with existing vessel of same name and attribute)
  • become name
  • become attribute name
  • transform attribute into attribute (with single and multiple matching vessels)
  • transform attribute into name (with single and multiple matching vessels)
  • transform name into attribute (single, multiple)
  • transform name into name (single, multiple)
  • transform attribute name into attribute (single, multiple)
  • transform attribute name into name (single, multiple)
  • transform attribute name into attribute name (single, multiple)
  • note
  • note (with empty string, should be removed)
  • warp to vessel
  • warp into vessel
  • warp in vessel
  • warp (specify self) to vessel
  • warp (specify nearby vessel(s)) to vessel (should only warp one vessel)
  • move (test with single and multiple, should only work with one)
  • move (specify self)
  • enter
  • leave
  • take (single, multiple; should only grab one)
  • drop (single, multiple; should only drop one)
  • drop (from empty inv)
  • look
  • look (in nearby vessel)
  • inventory (with 0, 1, 2, 3, and 4 items)
  • inspect (with single, multiple)
  • learn
  • learn topics
  • learn to take
  • learn to transform

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.