-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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. |
oh... I don't have push permission to this repo... |
@Jack-Works you do now |
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 |
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 |
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.
Example of previous data:
https://github.com/tc39/tc39.github.io/blob/main/_data/stage3.json
@Jack-Works do you still maintain this repo?
The text was updated successfully, but these errors were encountered: