meshy / django-conman

NOT READY: Work in progress. A content management system for django
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Come up with proper name for nav_tree app #26

Closed meshy closed 10 years ago

meshy commented 10 years ago

"nav_tree" is starting to get on my nerves. Any suggestions?

meshy commented 10 years ago

I'm leaning toward url_tree at the moment...

meshy commented 10 years ago

maybe dynamic_urls?

mlen108 commented 10 years ago

Describe the functionality. One sentence.

meshy commented 10 years ago

Wow this is really hard.

A tree of urls with dynamic, customisable nodes at every branch and leaf.

Guess that means I should go for url_tree...

meshy commented 10 years ago

A tree of urls with dynamic, customisable nodes at every branch and leaf.

This is a terrible description.

meshy commented 10 years ago

Thanks, @mattack108 that helped me focus

mlen108 commented 10 years ago

Indeed, terrible description ;-).

mlen108 commented 10 years ago

burls ?

mlen108 commented 10 years ago

In case the ref is needed http://dictionary.reference.com/browse/burl

meshy commented 10 years ago

hahaha :D

meshy commented 10 years ago

Ideas:

Core words:

  1. url
  2. route
  3. node

Possible suffixes

  1. _hierarchy (eg url_hierarchy)
  2. _tree (eg url_tree)
  3. s (eg urls)

Possible prefixes

  1. dynamic_ (eg dynamic_urls)
  2. polymorphic_ (eg polymorphic_urls)

Perhaps some combination of the above?

(django-)polymorphic-url-tree sounds like a package all of its own!

meshy commented 10 years ago

Any other suggestions?

meshy commented 10 years ago

If it makes sense to you, please merge

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 2f9963019ddae4b0ce899eeedd8f663d7fc02a47 on url-tree into 9a7e03b3db275d5d4026bbbfcb87df39ab7478c5 on master.

meshy commented 10 years ago

I'm not sure about this...starting to think that nodes or url_nodes would make more sense.

meshy commented 10 years ago

routes does have a nice ring to it.

EDIT: Route might be good for the model name too.

meshy commented 10 years ago

Right, I'm going to go with the name "routes". Closing this PR in favour of the branch I'm working on now.

meshy commented 10 years ago

Now in #40