Code Monkey home page Code Monkey logo

bobamo's Introduction

Hi there ๐Ÿ‘‹

Working on things. mrbuilder and stuff.

Here are a few folks who think I'm cool:

bobamo's People

Contributors

dchester avatar jleibund avatar jspears avatar oori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bobamo's Issues

Bower - Integration

Currently bobamo suffers from lack of a solid javascript management strategy. I am hoping that bowers
https://github.com/twitter/bower.git
will allow for components to include dependencies without the hassle of serving said javascript up from npm modules. This could actually fix a major issue of my bobamo plugins, and remove my custom package management and allow pure npm plugin system, making installing plugins really as easy npm install . Because plugins are not really npm modules this didn't work in the past.

Can't get sample to run

Possibly node 0.10 blows everything up, but includes on Schema names don't work. I have to include the actual file - still working to get it going

Missing required 'schema.subSchema' option for Object editor

Embeded Arrays (that are not 'ref') don't work properly. You can't add items.

For example: your Geo plugin example --> Create Address --> Click on + Meta Links
You'll get this error:
Uncaught Missing required 'schema.subSchema' option for Object editor backbone-forms.js:1271

I have the same issue with my own models.

Thanks for this great software!

Actions accumulation

For example:

  1. Click on "Delete" of some document (in the Model table)
  2. Click "Cancel"
  3. Do this (1+2) again on another document.
    The onCancel event just fired for twice... (and the accumulation goes on until refresh..).

But, a worst example: Delete a document, and then another one. That would try to delete the old one again (you can look at your console log, and the network requests).
That example crashed bobamo before this Mers commit (oori/mers@91c9686)

I'm not sure where it originates, but it's quite obvious what the problem it's all around bobamo.

Thanks.

Editing nested values, partial save.

I see another bug with nested fields (but, not with arrays as issue #4)
I'm not sure this is related with Issue #4 (I think not), therefor I open a new issue.

exampleSchema = new mongoose.Schema({
  title: {
    en: {type:String}
    ,de: {type:String}
  }
 ,deep: {
    title: {
      en: {type:String}
      ,de: {type:String}
    }  
  }
 ,featured: {type: Boolean}
 ,links: [String] 
});
  1. via bobamo ui, I create a new object with any/all values: everything is saved correct!.
  2. go back to the objects list, and click on "edit" (for the newly created object). I see all the data correctly !
  3. I change all values. hit 'save'. get mixed results:
    • "featured" and "links" changes are saved correct.
    • title (title.en, title.de): only changes to the second field are saved (title.de). "title.en" is ignored. (left unchanged)
    • deep.title.en/de: no changes are saved. (both en+de are ignored)

I know it sounds strange bug, but this is consistent!
Looking at the console, I see that the payload sent to the server is partial, as I describe above.

I can send you more details, as needed. Please point me where to...
Thanks again.

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.