Skip to content
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

data tracker shows a non-existing wg #845

Closed
ietf-svn-bot opened this issue Jul 4, 2012 · 16 comments
Closed

data tracker shows a non-existing wg #845

ietf-svn-bot opened this issue Jul 4, 2012 · 16 comments
Labels

Comments

@ietf-svn-bot
Copy link

keyword_easy keyword_sprint owner:tim.wicinski@teamaol.com resolution_duplicate type_defect | by marc.blanchet@viagenie.ca


Hello, logging with my user (marc.blanchet@viagenie.ca), I see three wg ID lists: newprep, precis, sunset4. newprep was a BOF prior to formation of precis, and does not exist, so it should be removed. Not that it annoys me, but it might show a problem in the database extract or database itself.


Issue migrated from trac:845 at 2022-03-04 02:33:15 +0000

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


Sean Turner has a similar problem with a closed WG showing.

For Marc,

>>> Role.objects.filter(person=Person.objects.get(name="Marc Blanchet"))
[<Role: Marc Blanchet is Chair in newprep>, <Role: Marc Blanchet is Chair in sunset4>, <Role: Marc Blanchet is Chair in precis>]
>>> [x.group.state for x in Role.objects.filter(person=Person.objects.get(name="Marc Blanchet"))]
[<GroupStateName: Concluded>, <GroupStateName: Active>, <GroupStateName: Active>]

For Sean

>>> Role.objects.filter(person=Person.objects.get(name="Sean Turner"))
[<Role: Sean Turner is Tech Advisor in websec>, <Role: Sean Turner is Chair in saag>, <Role: Sean Turner is Chair in tam>, <Role: Sean Turner is Area Director in sec>]
>>> [x.group.state for x in Role.objects.filter(person=Person.objects.get(name="Sean Turner"))]
[<GroupStateName: Active>, <GroupStateName: Active>, <GroupStateName: Concluded>, <GroupStateName: Active>]

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com edited the issue description

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


This is still an issue in 4.51

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


See also #980, #890

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed keywords from `` to sprint

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


And it's still an issue in 4.80. Marking this one as a possible sprint task

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed priority from n/a to medium

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed keywords from sprint to sprint, easy

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


Any group in a concluded state (BoFs, WGs, or whatever) should not be included when building these navigation links. It should be fairly straightforward to filter them out.

@ietf-svn-bot
Copy link
Author

@bartosz.balazinski@interdigital.com changed owner from `` to bartosz.balazinski@interdigital.com

@ietf-svn-bot
Copy link
Author

@tim.wicinski@teamaol.com changed owner from bartosz.balazinski@interdigital.com to tim.wicinski@teamaol.com

@ietf-svn-bot
Copy link
Author

@turners@ieca.com uploaded file wg chair list.tiff (53.2 KiB)

I'd like to be able to trim the tracked doc lists

@ietf-svn-bot
Copy link
Author

@turners@ieca.com uploaded file wg chair list.jpg (32.7 KiB)

wg chair list.jpg

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed resolution from `` to duplicate

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


see #1652

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant