Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/21 Huy Ton That :
> Behaves the same way with Opera 10 and chrome.
> click new model
> typed in 'testmodel'
> in testmodel added 'testfield'. doubleclicked on charfield testfield
> clicked on model fields docs link
> opens 9 tabs in background, hm, in chrome it was just 2...

I could reproduce it following those steps. Thanks, I'm working on
this strange bug.

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread Huy Ton That
Behaves the same way with Opera 10 and chrome.

click new model
typed in 'testmodel'
in testmodel added 'testfield'. doubleclicked on charfield testfield
clicked on model fields docs link
opens 9 tabs in background, hm, in chrome it was just 2...

On Sat, Nov 20, 2010 at 9:11 PM, Alvaro Mouriño  wrote:

> 2010/11/20 Huy Ton That :
> > From a visualizing data standpoint, I think it is very good. Model help
> on
> > the web opens three tabs though. For what it is intended for, I think it
> is
> > superior to a CLI.
>
> Hi. I couldn't reproduce the bugs you mention. Which link are you
> clicking on? There are two links to django docs, in metadata options
> and field edition. I just tried both and work fine. Which browser are
> you using?
>
> Thanks for the feedback.
>
> --
> Alvaro Mouriño
> http://askani.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread RadicalEd
I didn't see it, thanks is an easy way.

On Sat, Nov 20, 2010 at 9:11 PM, Alvaro Mouriño  wrote:

> 2010/11/20 Huy Ton That :
> > From a visualizing data standpoint, I think it is very good. Model help
> on
> > the web opens three tabs though. For what it is intended for, I think it
> is
> > superior to a CLI.
>
> Hi. I couldn't reproduce the bugs you mention. Which link are you
> clicking on? There are two links to django docs, in metadata options
> and field edition. I just tried both and work fine. Which browser are
> you using?
>
> Thanks for the feedback.
>
> --
> Alvaro Mouriño
> http://askani.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
The past are just memories, the future are just dreams!!!
http://foros.solocodigo.com
http://radicalpython.blogspot.com
http://revistacodigolatino.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 Huy Ton That :
> From a visualizing data standpoint, I think it is very good. Model help on
> the web opens three tabs though. For what it is intended for, I think it is
> superior to a CLI.

Hi. I couldn't reproduce the bugs you mention. Which link are you
clicking on? There are two links to django docs, in metadata options
and field edition. I just tried both and work fine. Which browser are
you using?

Thanks for the feedback.

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 RadicalEd :
> Is awesome, I will start an app tomorrow and I'll use it to make me the life
> easier, I'm thinking in combox with the different types of data (CharField,
> DateField, etc)

When you create a field you can edit it by double-clicking it. In the
edition dialog the system autocompletes the field as you type. I
thought that it was faster than choosing from a combo because you
usually know which field you need. In case you don't the whole list
appears when you type "field" (or just "fi" actually)

Methods are also editable the same way but you don't get completion.
On the other hand, the system validates the arguments. For example,
you can't have any more arguments after a keyword argument (**) and so
on.

How could I make field and method edition more "obvious"? Thanks for
the feedback!

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread Huy Ton That
>From a visualizing data standpoint, I think it is very good. Model help on
the web opens three tabs though. For what it is intended for, I think it is
superior to a CLI.

On Nov 20, 2010 8:33 PM, "Alvaro Mouriño"  wrote:

2010/11/20 rafael.nu...@gmail.com :

> Didn't you consider a command-line tool to do that, like Rails scaffold?
> Would be nice.
Hi Rafael.

Sorry but I never used Rails, I thought scaffolds were something
different. Could you please explain your idea a little?

Anyway, I think a graphical interface helps you see the relevant
information clearly and hide the bits you don't need. It also helps
you sketch ideas quickly. I'm very used to CLI (I use debian and coded
askani in vim) but I believe that a GUI really makes a difference.


Regards,

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subs...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread RadicalEd
Is awesome, I will start an app tomorrow and I'll use it to make me the life
easier, I'm thinking in combox with the different types of data (CharField,
DateField, etc)

On Sat, Nov 20, 2010 at 8:33 PM, Alvaro Mouriño  wrote:

> 2010/11/20 rafael.nu...@gmail.com :
> > Didn't you consider a command-line tool to do that, like Rails scaffold?
> > Would be nice.
>
> Hi Rafael.
>
> Sorry but I never used Rails, I thought scaffolds were something
> different. Could you please explain your idea a little?
>
> Anyway, I think a graphical interface helps you see the relevant
> information clearly and hide the bits you don't need. It also helps
> you sketch ideas quickly. I'm very used to CLI (I use debian and coded
> askani in vim) but I believe that a GUI really makes a difference.
>
> Regards,
>
> --
> Alvaro Mouriño
> http://askani.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
The past are just memories, the future are just dreams!!!
http://foros.solocodigo.com
http://radicalpython.blogspot.com
http://revistacodigolatino.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 rafael.nu...@gmail.com :
> Didn't you consider a command-line tool to do that, like Rails scaffold?
> Would be nice.

Hi Rafael.

Sorry but I never used Rails, I thought scaffolds were something
different. Could you please explain your idea a little?

Anyway, I think a graphical interface helps you see the relevant
information clearly and hide the bits you don't need. It also helps
you sketch ideas quickly. I'm very used to CLI (I use debian and coded
askani in vim) but I believe that a GUI really makes a difference.

Regards,

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: [RFC] Askani

2010-11-20 Thread rafael.nu...@gmail.com
Didn't you consider a command-line tool to do that, like Rails scaffold?
Would be nice.



On Sat, Nov 20, 2010 at 12:28 PM, Alvaro Mouriño  wrote:

> Hi.
>
> I'd like to introduce to you this idea I've been working on for the
> last month, a django models generator: http://askani.net/
>
> Field options definition it's repetitive. Writing meta options leads
> to inconsistent use due to the variety available. "Inspired" by the
> repetitiveness of coding django models and the required memory load of
> defining meta options I decided to create a graphical interface that
> would guide the user in the creation of models.
>
> Askani.net is the result of scratching those itches. It represents
> models, fields, attributes and meta options in a UML-and-MER-ish way
> (but doesn't follow it strictly). It displays all the possible
> information for a model so the user only has to fill in the blanks the
> desired options, not remember all of them.
>
> The python code that outputs it's far from perfect, I know, this is
> just a barely-usable system to prove the concept, a prototype.
>
> The reason for this email is to request comments, suggestions and
> critics on the idea and specially on the usability. Clone the source,
> read the README file and play with it. Have fun =)
>
> Regards,
>
> --
> Alvaro Mouriño
> http://askani.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.