Code Monkey home page Code Monkey logo

Comments (4)

joepio avatar joepio commented on May 20, 2024

Besides storing personal data, it might make sense to use the Server as a personal cache for data that you use.

The CLI setup process could be initiated when a write command new or delta is called.

We might need a different Storelike implementation for the CLI, since mutations are to be executed somewhere else.

from atomic-server.

joepio avatar joepio commented on May 20, 2024

Relates to authentication #13

from atomic-server.

joepio avatar joepio commented on May 20, 2024

One of the things that I want to do, is edit some existing field. But what kind of behaviour would make most sense in a CLI setting?

  • Set the new stringified content in your cli command: atomic-cli set myresource someprop somenewval. Seems kind of inconvenient, but easy to build. I could add set, destroy and remove methods - same as in Commits.
  • Select a property, open your favorite text editor, save and exit! A commit will be dispatched. Here's some thoughts on how to do that.-
  • Select a resource, show some fancy form-editor like GUI and edit things. Less cli-like, but probably powerful
  • Atomic Console! Maybe even allow for some cool ORM-like syntax mything.set(description, "hi there")

from atomic-server.

joepio avatar joepio commented on May 20, 2024

Added some cool stuff to the CLI, and hid non-functioning commands that don't interact with server yet:

  • tpf #35
  • new
  • validate (should be removed?)
  • commit (should be removed?)

from atomic-server.

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.