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

New documentation panel #11240

Open
10 of 15 tasks
Tracked by #11184
kazcw opened this issue Oct 2, 2024 · 13 comments
Open
10 of 15 tasks
Tracked by #11184

New documentation panel #11240

kazcw opened this issue Oct 2, 2024 · 13 comments
Assignees
Labels
-gui x-refactor Changes that should not be visible to the end-user

Comments

@kazcw
Copy link
Contributor

kazcw commented Oct 2, 2024

Tasks

  1. 6 of 6
    -compiler -parser
    kazcw
  2. -gui
    kazcw
  3. -gui
    kazcw
@kazcw kazcw added the -gui label Oct 2, 2024
@kazcw kazcw self-assigned this Oct 2, 2024
@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Oct 2, 2024
@farmaazon farmaazon added this to the 2024-10 Release milestone Oct 3, 2024
@farmaazon farmaazon added the x-refactor Changes that should not be visible to the end-user label Oct 3, 2024
@kazcw kazcw moved this from ❓New to 🔧 Implementation in Issues Board Oct 3, 2024
@enso-bot
Copy link

enso-bot bot commented Oct 5, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-10-03):

Progress: Working on image support: Implemented teleportation, computed-facet based plugin. Noticed right-dock slide-in animation has been broken, fixed it. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Finish image support.

@enso-bot
Copy link

enso-bot bot commented Oct 5, 2024

Keziah Wesley reports a new STANDUP for today (2024-10-04):

Progress: Finishing images: Got the teleportation mechanism working with CM's decoration-reuse model. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Modified parsers for remaining space-mishandling syntaxes.

@enso-bot
Copy link

enso-bot bot commented Oct 9, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-10-07):

Progress: Implemented modified parsers for list types and block quotes. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Remaining CSS styles, testing

@enso-bot
Copy link

enso-bot bot commented Oct 9, 2024

Keziah Wesley reports a new STANDUP for today (2024-10-08):

Progress: Implemented the remaining CSS features; switched to a "live preview lite" UI that offers most of the benefits of a hybrid view/edit mode without much implementation complexity. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Polish synchronization (handle code editor edits; implement lazy ytext conversion)

@enso-bot
Copy link

enso-bot bot commented Oct 11, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-10-09):

Progress: Separating markdown editor from lexical support still used for comments. Working on ytext sync. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Dealing with mismatch between always-present yText model and empty vs absent comment distinction in AST.

@enso-bot
Copy link

enso-bot bot commented Oct 12, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-10-10):

Progress: Started parser changes to change from modifier-nodes to compound nodes. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Continue AST changes.

@enso-bot
Copy link

enso-bot bot commented Oct 12, 2024

Keziah Wesley reports a new STANDUP for today (2024-10-11):

Progress: Corrected the function/variable distinction to match what the backend does, which will simplify defining full structure of each type. It should be finished by 2024-10-11.

Next Day: Next day I will be working on the #11240 task. Continue AST changes.

@enso-bot
Copy link

enso-bot bot commented Nov 1, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-10-31):

Progress: Implementing markdown Y.Text logic. It should be finished by 2024-11-08.

Next Day: Next day I will be working on the #11240 task. Finish Y.Text sync.

@kazcw kazcw mentioned this issue Nov 1, 2024
5 tasks
@enso-bot
Copy link

enso-bot bot commented Nov 1, 2024

Keziah Wesley reports a new STANDUP for today (2024-11-01):

Progress: Finished markdown sync; new doc editor is ready except lints and final testing. It should be finished by 2024-11-08.

Next Day: Next day I will be working on the #11240 task. Polish PR, lots of testing for all the recent changes.

@enso-bot
Copy link

enso-bot bot commented Nov 5, 2024

Keziah Wesley reports a new STANDUP for today (2024-11-04):

Progress: Finished PR: Polished new APIs, added more docs and tests It should be finished by 2024-11-08.

Next Day: Next day I will be working on the #11240 task. New features!

@enso-bot
Copy link

enso-bot bot commented Nov 6, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-11-05):

Progress: Addressing review; found a bug in dock sizing, fixed it. It should be finished by 2024-11-08.

Next Day: Next day I will be working on the #9970 task. Start on tables.

mergify bot pushed a commit that referenced this issue Nov 6, 2024
Implements #11240.

https://github.com/user-attachments/assets/4d2f8021-3e0f-4d39-95df-bcd72bf7545b

# Important Notes
- Fix a Yjs document corruption bug caused by `DeepReadonly` being replaced by a stub; introduce a `DeepReadonly` implementation without Vue dependency.
- Fix right panel sizing when code editor is open.
- Fix right panel slide-in animation.
- `Ast.Function` renamed to `Ast.FunctionDef`.
GregoryTravis pushed a commit that referenced this issue Nov 6, 2024
Implements #11240.

https://github.com/user-attachments/assets/4d2f8021-3e0f-4d39-95df-bcd72bf7545b

# Important Notes
- Fix a Yjs document corruption bug caused by `DeepReadonly` being replaced by a stub; introduce a `DeepReadonly` implementation without Vue dependency.
- Fix right panel sizing when code editor is open.
- Fix right panel slide-in animation.
- `Ast.Function` renamed to `Ast.FunctionDef`.
@farmaazon farmaazon moved this from 🔧 Implementation to 📤 Backlog in Issues Board Nov 8, 2024
@enso-bot
Copy link

enso-bot bot commented Nov 15, 2024

Keziah Wesley reports a new STANDUP for today (2024-11-15):

Progress: Wrote and PR'd integration tests for GraphNodeComment. Wrote CM implementation, except for link decoration. It should be finished by 2024-11-22.

Next Day: Next day I will be working on the #11240 task. Add link decoration to new GraphNodeComment.

@enso-bot
Copy link

enso-bot bot commented Nov 19, 2024

Keziah Wesley reports a new STANDUP for yesterday (2024-11-18):

Progress: Added link decoration to GraphNodeComment, opened a PR removing Lexical dependency. It should be finished by 2024-11-22.

Next Day: Next day I will be working on the #11240 task. New task

@kazcw kazcw moved this from 📤 Backlog to 👁️ Code review in Issues Board Nov 19, 2024
@kazcw kazcw moved this from 👁️ Code review to 📤 Backlog in Issues Board Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui x-refactor Changes that should not be visible to the end-user
Projects
Status: 📤 Backlog
Development

No branches or pull requests

2 participants