-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query users #18
Comments
joeflack4
added a commit
that referenced
this issue
Aug 15, 2022
- Implemented basic feature Misc - Add: Comment link to user roles GoogleSheet.
joeflack4
added a commit
that referenced
this issue
Aug 15, 2022
- Implemented basic feature Misc - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive.
joeflack4
added a commit
that referenced
this issue
Aug 15, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() Misc - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run()
joeflack4
added a commit
that referenced
this issue
Aug 15, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() Misc - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type.
joeflack4
added a commit
that referenced
this issue
Aug 15, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() Misc - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type. - Update: .gitignore: Added *.pickle
joeflack4
added a commit
that referenced
this issue
Aug 16, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() - Add: Documentation for feature to README.md Misc - Add: Codebook section at bottom of README.md documentation. - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type. - Update: .gitignore: Added *.pickle
joeflack4
added a commit
that referenced
this issue
Aug 16, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() - Add: Documentation for feature to README.md Misc - Add: Codebook section at bottom of README.md documentation. - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type. - Update: .gitignore: Added *.pickle
joeflack4
added a commit
that referenced
this issue
Aug 16, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() - Add: Documentation for feature to README.md Misc - Add: Codebook section at bottom of README.md documentation. - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type. - Update: .gitignore: Added *.pickle
joeflack4
added a commit
that referenced
this issue
Aug 16, 2022
- Add: New function implementing basic feature: create_report_users_and_roles() - Add: Documentation for feature to README.md Misc - Add: Codebook section at bottom of README.md documentation. - Add: Comment link to user roles GoogleSheet. - Update: Renamed 'report1' and 'report2' variable and function names to be more descriptive. - Update: Reorganized run() - Update: Fixed an incorrect type. - Update: .gitignore: Added *.pickle
Major bugfix I need to do:
Related: #32 |
joeflack4
added a commit
that referenced
this issue
Aug 16, 2022
Feature: Query authors and respondents #18
joeflack4
added a commit
that referenced
this issue
Aug 29, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords.
joeflack4
added a commit
that referenced
this issue
Aug 29, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count
joeflack4
added a commit
that referenced
this issue
Aug 29, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count
joeflack4
added a commit
that referenced
this issue
Aug 29, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count
joeflack4
added a commit
that referenced
this issue
Aug 29, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count - Add: New output 'all messages' which is utilized by this feature. - Update: Refactor to do with querying 'all messages' vs 'querying by keyword'.
joeflack4
added a commit
that referenced
this issue
Aug 30, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count - Add: New output 'all messages' which is utilized by this feature. - Update: Refactor to do with querying 'all messages' vs 'querying by keyword'.
joeflack4
added a commit
that referenced
this issue
Aug 30, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count - Add: New output 'all messages' which is utilized by this feature. - Update: Refactor to do with querying 'all messages' vs 'querying by keyword'.
joeflack4
added a commit
that referenced
this issue
Aug 30, 2022
- Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords. - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`. - Update: Fields role -> thread.role, count -> thread.count - Add: New output 'all messages' which is utilized by this feature. - Update: Refactor to do with querying 'all messages' vs 'querying by keyword'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We need to query users (authors and respondents).
Major features
Steps
4b. Profiles
Steps, expanded
4. Roles (@pending initial results)
@DaveraGabriel will give us a mapping list of {person name --> role} once we present her w/ the list of people. Davera will fill in this spreadsheet: https://docs.google.com/spreadsheets/d/1OB0CEAkOhVTN71uIhzCo_iNaiD1B6qLqL7uwil5O22Q/edit#gid=1504038457
There are different classes of roles.
List of roles:
i. FHIR Management Group / FHIR-I
ii. Terminology Services Management Group / Vocab WG
iii. IG Developer / WG member
iv. External Terminology steward /representative
v. FHIR (... other standard) implementer
4b. Profiles
Davera said 2022/09/18:
This would be like clustering based on information about the users.
5. Output
@DaveraGabriel What kinda output would you like to see? A new CSV? What columns?
~i. Counts of individuals, grouped by [author, respondent]
ii. Counts of "types / roles" grouped by "authors / respondents"
Example CSV Fields:
type
:individual
,role
name
: e.g. a person name or a role namecount
~Edit: joeflack4 2022/08/15: I came up with a better idea for how the output should look, I think.
Later we can do fancier, like JOIN on keywords for more information, disaggregate by author/respondent, etc.
Questions that we're interested in are "this type of role is interested / talking about 'x'"
The text was updated successfully, but these errors were encountered: