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

Requirements after updating the website to use tc39/dataset #15

Open
jasonwilliams opened this issue Jul 29, 2022 · 5 comments
Open

Requirements after updating the website to use tc39/dataset #15

jasonwilliams opened this issue Jul 29, 2022 · 5 comments

Comments

@jasonwilliams
Copy link
Member

jasonwilliams commented Jul 29, 2022

We have updated the website to use the API from this to power the proposals section. However this means we've lost some features from before. Here's what's missing.

  • Presented?
  • Last Presented Date
  • examples
  • ECMA-262 doesn't need adding to the tags if tests is already available as a property.

Example of previous data:
https://github.com/tc39/tc39.github.io/blob/main/_data/stage3.json

@Jack-Works do you still maintain this repo?

@Jack-Works
Copy link
Member

Let me see, this repo was initially created and maintained by @septs, but she's quitting my org so she's no longer a delegate of tc39. Let me try if I can take this over.

@Jack-Works
Copy link
Member

oh... I don't have push permission to this repo...

@septs septs changed the title Requirements after updating the website to use tc30/dataset Requirements after updating the website to use tc39/dataset Jul 30, 2022
@ljharb
Copy link
Member

ljharb commented Jul 30, 2022

@Jack-Works you do now

@Jack-Works
Copy link
Member

I have improved the "notes" section. e.g. For Temporal proposal,

before:

    "notes": [{ "date": "2021-12-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update" }],

now:

    "notes": [
      { "date": "2021-12-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update" },
      { "date": "2017-07-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2017-07/jul-27.md" },
      { "date": "2018-07-26T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2018-07/july-26.md" },
      { "date": "2018-09-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2018-09/sept-27.md" },
      { "date": "2019-03-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2019-03/mar-27.md" },
      { "date": "2020-02-06T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2020-02/february-6.md" },
      { "date": "2020-03-01T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2020-03/april-1.md" },
      { "date": "2020-06-02T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2020-06/june-2.md" },
      { "date": "2020-09-23T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2020-09/sept-23.md" },
      { "date": "2020-11-18T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2020-11/nov-18.md" },
      { "date": "2021-01-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-01/jan-27.md" },
      { "date": "2021-03-10T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-03/mar-10.md" },
      { "date": "2021-03-09T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-03/mar-9.md" },
      { "date": "2021-07-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-07/july-14.md" },
      { "date": "2021-08-31T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-08/aug-31.md" },
      { "date": "2021-10-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-10/oct-27.md" },
      { "date": "2021-10-28T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2021-10/oct-28.md" },
      { "date": "2022-03-31T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2022-03/mar-31.md" },
      { "date": "2022-06-06T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/main/meetings/2022-06/jun-06.md" }
    ],

I believe that can replace the Presented and Last Presented Date field.

@septs
Copy link
Member

septs commented Jul 30, 2022

the project original data source from https://github.com/tc39/proposals

we need proposal self provoide metadata, e.g: metadata (json?) file on proposal repo root path

like https://w3c.github.io/w3c.json.html

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

4 participants