18F / Sendak

[DEPRECATED] Sendak integrates user, project, and deployment management for 18F
Other
10 stars 4 forks source link

Coalesce sprint #71

Closed janearc closed 9 years ago

janearc commented 9 years ago

the stumbling block for this was parsing the names into something that looked like names when there were names with varying capitalisation and so forth. this patch includes regexen that mostly take care of this in a fashion that we can "later plug more regexen in" if we encounter names with different capitalisation.

note that the excludes file is not documented, but looks like:

fetch:sendak jane$ cat etc/excludes.json 
[
  "catherinedevlin",
  "DataDog",

etc. Just throw the 'don't consider these people' accounts in there, one-per-line. (note outstanding issue on catherinedevlin).

peppard_likes_regex

NOTE ALSO: It appears that while the structures were generated, rrm did not actually save them, so I need to look in to that.