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

Scribe Tool: Enable Fetch by Date for Task Forces #73

Open
kayaelle opened this issue Sep 22, 2021 · 3 comments
Open

Scribe Tool: Enable Fetch by Date for Task Forces #73

kayaelle opened this issue Sep 22, 2021 · 3 comments

Comments

@kayaelle
Copy link
Collaborator

In /scribe-tool/index.html the fetchLog function searches by data for a Jitsi url path that is specific to CCG like:

https://meet.w3c-ccg.org/archives/w3c-ccg-weekly-"+dateString+"-irc.log

Task force URLs vary such as for VC-EDU like:

https://meet.w3c-ccg.org/archives/w3c-ccg-education-"+dateString+"-irc.log

but fetchLog isn't aware of this.

If someone provides the Jitsi urls for the task forces in this issue, we can update scribe tool to search for task force minutes which will make generating and sharing the meetings much more efficient for the task forces.

@clehner
Copy link
Member

clehner commented Sep 23, 2021

Here is a link to a log for a VC-EDU call:

I'm unable to find similar links for other task forces (Confidential Storage, DID Resolution, Infrastructure).

Here is one for VC HTTP API, which I understand is a work item but not a task force:

Here is one for Traceability, which I understand is about two related work items:

@clehner
Copy link
Member

clehner commented Jan 12, 2022

Looks like this was implemented in fd79ac5 thanks to @msporny!

There's now a menu for the task forces and work item meeting groups:
ccg-task-forces

In the source code:

<option value="weekly">Weekly Meeting</option>
<option value="vcapi">Verifiable Credentials API</option>
<option value="education">Education</option>
<option value="traceability">Traceability</option>
<option value="resolution">DID Resolution</option>
<option value="vc">Verifiable Credentials</option>
<option value="interop">Interoperability</option>
<option value="security">Security</option>
<option value="didpkh">did:pkh</option>
<option value="test">Intrastructure Testing</option>

@kayaelle
Copy link
Collaborator Author

kayaelle commented Feb 7, 2023

This has been working great. ok to close?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants