How's it going?

2 views
Skip to first unread message

Tom Locke

unread,
Nov 4, 2009, 4:51:07 AM11/4/09
to bambu...@googlegroups.com
Hi Folks

I know some of you are seeing problems and can't get very far with
Bambuu yet. I'm working on getting those fixed and there's some tips
below. How about the rest of you? Have people been able to create
apps? Is it working??? : )

We'd really like to get your initial reactions.

From our logs, here's some problems that people are hitting:

- Entity and field names should be all lower-case letters (no
spaces). That's down to bugs btw, not by design. Cap letters and
spaces will be allowed.

- When adding widgets to your pages, there may be dependencies with
what you've done in the database tab. For example if you add
"Categories Menu" and you haven't added the "Categorized" add-on to
any of your entities, things will break. Again, that will be fixed!

- We're not checking for safe entity names yet, so for example
creating an entity called "user" will break things, as it clashes with
the User model which is provided automatically.

Cheers

Tom

kevinpfromnm

unread,
Nov 4, 2009, 2:36:38 PM11/4/09
to Bambuu Beta
There's quite a few potential pitfalls with the database side.
Probably should add restrictions for ruby reserved words for entity
and field names as well. I wasn't thinking and added an entity class
(as in like school class) and it breaks pretty completely. Doh!

Brett Nelson

unread,
Nov 4, 2009, 2:50:54 PM11/4/09
to bambu...@googlegroups.com
Twice now my Categories and Products have disappeared. The second time started with a new app and that was about the only thing I did was add in the Store then use the Admin subsite to create a couple of categories and products.

Both times I left the site for a period of several hours then came back to work on it and the records were gone.

Brett


--- On Wed, 11/4/09, kevinpfromnm <kevinp...@gmail.com> wrote:

Brett Nelson

unread,
Nov 4, 2009, 3:10:49 PM11/4/09
to bambu...@googlegroups.com
...also the admin settings disappear.

When it sends a cart user to paypal (iframe sandbox) it prefills the email address of the website paypal account in the login, probably should be blank (for guest at least) or use the user accounts email address for that.

Brett


--- On Wed, 11/4/09, Brett Nelson <blizza...@yahoo.com> wrote:

Tom Locke

unread,
Nov 4, 2009, 3:37:44 PM11/4/09
to bambu...@googlegroups.com
> There's quite a few potential pitfalls with the database side.
> Probably should add restrictions for ruby reserved words for entity
> and field names as well. I wasn't thinking and added an entity class
> (as in like school class) and it breaks pretty completely. Doh!

Absolutely - that's next on my list in fact.

Tom

Tom Locke

unread,
Nov 4, 2009, 3:44:52 PM11/4/09
to bambu...@googlegroups.com
> Twice now my Categories and Products have disappeared.

OK that's bad : )

The entire dev site including the database is deleted if you leave it
idle for 2 hours. In theory we copy the important stuff, like the
database and uploaded images, to a safe place first. Looks like that's
not working in some situations.

Will investigate!

Tom

Tom Locke

unread,
Nov 4, 2009, 3:51:26 PM11/4/09
to bambu...@googlegroups.com
> ...also the admin settings disappear.

OK - I guess this is the next on my list then!

> When it sends a cart user to paypal (iframe sandbox) it prefills the
> email address of the website paypal account in the login, probably
> should be blank (for guest at least) or use the user accounts email
> address for that.

Another one for the list - thanks.

And apologies for losing your data.

Tom

Brett Nelson

unread,
Nov 4, 2009, 5:27:19 PM11/4/09
to bambu...@googlegroups.com
No worries on the data, am expecting stuff like this to happen because of early beta, it was like 4 records.

I really dig what you are doing with this and am hoping to be among the first users creating production/published sites with it.

Brett


--- On Wed, 11/4/09, Tom Locke <t...@tomlocke.com> wrote:

> From: Tom Locke <t...@tomlocke.com>
> Subject: [bambuu] Re: How's it going?

Tom Locke

unread,
Nov 7, 2009, 5:31:20 AM11/7/09
to bambu...@googlegroups.com
> I really dig what you are doing with this and am hoping to be among
> the first users creating production/published sites with it.

Great to hear!

Can you give us an insight as to what kind of app / site you want to
build?

The really big question on our minds is - how powerful / flexible does
Bambuu have to be in order to get our users all the way to the finish
line with their apps. And of course that all depends what kind of apps
people want to build.

Would love to hear feedback from others on this point too!

Thanks

Tom

Brett Nelson

unread,
Nov 7, 2009, 11:36:20 AM11/7/09
to bambu...@googlegroups.com
A few days before you put this up a friend asked me to make a website for her. Said I would help her to make it as I knew there were many do it yourself places out on the web where a user with limited technical knowledge could put up and maintain a website.

She would like to sell what she makes on the web. They are the same kind of thing but they are all handmade and unique so a picture of each one would have to be posted with a quantity of one and then taken out when it was sold. The tie in to paypal would work great for this I think.

Brett


--- On Sat, 11/7/09, Tom Locke <t...@tomlocke.com> wrote:

> From: Tom Locke <t...@tomlocke.com>
> Subject: [bambuu] Re: How's it going?
> To: bambu...@googlegroups.com

Matt Jones

unread,
Nov 9, 2009, 11:52:49 PM11/9/09
to bambu...@googlegroups.com

On Nov 7, 2009, at 5:31 AM, Tom Locke wrote:

>
>> I really dig what you are doing with this and am hoping to be among
>> the first users creating production/published sites with it.
>
> Great to hear!
>
> Can you give us an insight as to what kind of app / site you want to
> build?
>
> The really big question on our minds is - how powerful / flexible
> does Bambuu have to be in order to get our users all the way to the
> finish line with their apps. And of course that all depends what
> kind of apps people want to build.

Here's an app that I think would be a reasonable target to build in
Bambuu:

http://www.artsworkohio.org/

Right now, it's a fairly simple Hobo site. We knocked the whole thing
together in less than 40 hours of work.

Everybody will get to see the source once I finish cleaning it up; I'm
planning to make that app part of the "Hobo integration tests" I've
been plotting about for a while.

--Matt Jones

Tom Locke

unread,
Nov 10, 2009, 9:47:45 AM11/10/09
to bambu...@googlegroups.com
Thanks Matt - will be interesting to take a look at the code when it's
available and see what we'd need to add to Bambuu to be able to create
this particular app.

A couple of things I noticed right away are

- The search form on the front page - we'd need some kind of widget
for those.

- The search results use cutomised cards by the look of it -
something we don't support yet.

As soon as we've got the basic stability stuff out of the way, the big
question is going to be what we add to Bambuu in terms of flexibility.
It will come down to where the demand lies.

Tom

Owen

unread,
Nov 27, 2009, 2:13:44 PM11/27/09
to Bambuu Beta
My app hangs on "Save Application" - the spinner keeps going, so I am
not sure if it is just the spinner that is the issue.

Owen Dall

unread,
Nov 27, 2009, 3:30:24 PM11/27/09
to Bambuu Beta
Not doing it any more.  A fluke...
--
Thanks,

Owen

Owen Dall
Barquin International
410-991-0811
Reply all
Reply to author
Forward
0 new messages