[17:18:26] <garbas> aclark: hm first image looks like a bug
[17:18:56] <garbas> but having all 3 fields as "radio" boxes makes sense right?
[17:19:20] <aclark> garbas: yeah first image is "form load" i.e. first time you view that tab
[17:19:25] <aclark> garbas: yes that works well i think
[17:19:37] <aclark> it works great after you start clicking around for the first time
[17:19:41] <garbas> i see .. there is a race condition with loading. that is why i dont see it
[20:40:01] <garbas> aclark: just pushed last fixes and also now values get saved
[20:41:51] <garbas> aclark: i would need some feedback from you and supton ... i have 3 hours until i reach 25h as it is on the worksheet
[20:42:03] <garbas> if there is something else to work on
[20:42:35] <aclark> garbas: yep, will follow up with you tonight/tomorrow morning. Probably going to extend that a bit at least through Mon & Tues when you go AFK
[20:45:26] <aclark> dunno, that might be a lower prio; i'll find out. "local roles stuff" is basically making sure Project Manager and Assigned Party can do what they need to in terms of the app
[20:45:42] <aclark> So an assigned party may need a local role, or something like that.
[20:46:23] <aclark> Also we probably need to populate the form(s) w/project managers and/or assigned parties. Something like what c.task does.
[20:48:21] <aclark> (which we tried to build on top of but gave up on because it was too confusing. you could see if you see anything there worth using either by writing similar code or install_requires=c.task)
[20:51:13] <garbas> aclark: hmm, not sure i understand all the details. let me check c.task
[20:53:05] <aclark> garbas: c.task builds a vocab of users on the site that have certain roles e.g. Project Manager or Assigned Party (i.e. the person assigning the task and the person that is assigned to do the task.)
[20:53:13] <garbas> aha i get it assigned_group and assigned_user and enquirer
[20:53:32] <garbas> those fields need to be "moved" here
[20:53:49] <aclark> so, if i go to a uu.task site and use c.loremipsum to @@create-dummy-users … yeah, you get it.
[20:54:09] <aclark> And "enquirer" needs to be renamed
[20:55:32] <aclark> Well, for uu.task we want assigned_group, assigned_user & project_manager I think
[20:56:20] <aclark> Or maybe assigned_user, assigned_group, pm_user, pm_group
[20:57:46] <aclark> It would be awesome if we could be super flexible in terms of being able to assign any combination of PMs & assigned parties … e.g. this task goes to user "Alex Clark" and group "State of California", but just making some simple form of that work first is the priority
[20:59:23] <garbas> i would say that you can assign it to only group or user
[21:01:52] <garbas> i will create 2 fields then project_manager and assigned
[21:02:58] <aclark> But then I additionally mean Save X number of either users or groups to each field. So project_manager or assigned party can be "Alex", "Rok", "Framework Team"
[21:03:17] <aclark> but that's just a "nice to have"
[21:06:05] <aclark> the other way that was discussed was a "CC:" field but I don't think I like that… or if I like that I like it in addition to all the afforementioned.
[21:06:23] <garbas> it would be also nice to be able to aquire values from parent