Closed GoogleCodeExporter closed 9 years ago
Renamed title to clarify since I don't think going full arbitrary is a good
idea, it'd be a pain front the 'search' perspective.
Original comment by maruel@chromium.org
on 21 May 2014 at 1:34
Also add "project". This would include general umbrella project. An idea about
the layout for this value is:
project = ndb.StringProperty(repeated=True)
then use:
project = 'google/chromium/layout'
task.project = ['google', 'google/chromium', 'google/chromium/layout']
so a user can search for broad project scope or more focused on, as long as the
strings are somewhat standardized (or even maybe use a whitelist?)
Original comment by maruel@chromium.org
on 25 Jul 2014 at 4:18
Used a tag instead. Good enough for now.
Original comment by maruel@chromium.org
on 17 Nov 2014 at 1:24
Original issue reported on code.google.com by
maruel@chromium.org
on 21 May 2014 at 1:31