Coder Social home page Coder Social logo

butler's Introduction

butler's People

Contributors

abergs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

butler's Issues

ButlerEntity - Auto Generated ID

When we have APi's to fetch entities depending on properties / type (instead of ID), we should be able to auto generate ID's since they are perhaps not specified by the developer when feching data.

A Guid.ToString() should suffice.

Tags property on ButlerEntity

So that we can have a BackendUI that can show all Entities that belongs to a Tag. That way we could group different entities together for easy navigation/viewing in backend editor

Solve dynamic DB-context

We need to have a context / repository that is generic / dynamic.

We need to be able to add a extended Unit model and have it readable by our API.

New Baseclass, ButlerEntity

Should have following properties:

  • ID, string
  • Tags, List
  • abstract StorageEngine

In the future, this class could be used to add authorization to content changes by e.g.

  • Roles, List
    so that we can match against Current.Identity.Roles

New Baseclass, Multilingual

Will store the same document but in multiple languages. Could offer automatic translation from BING/Google API's

Create Store Interface

All stores should implement a IStorageEngine so that we can replace the actual storage without changing anything else.

We should be able to switch to a faster store, perhaps SQL or Nosql instead of pure file IO if we want to have better performance finding things depending on properies.

If we only offer FileStorage advanced selects will be slow. One way to perform it with Files is to load all files and then parse the models in memory. Will not be fast for large collections.

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.