Skip to content

Commit e338f67

Browse files
committed
update dev notes
1 parent 80cd2c5 commit e338f67

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

sandbox/notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
## getting back working on this
22

3-
### containers
3+
### Next steps:
4+
- implement `nbCode` in minib
5+
- implement `nbCodeFromJs` in minib
6+
- think if there are essentially other types of blocks we need to test with the new refactoring
7+
- if not go ahead and implement sugar to implement custom blocks (and refactor)
8+
- clean up minib implementation
9+
- reimplement all of minib starting with the new minib poc
10+
11+
### containers 👌
412
- added NbContainer type, refactored NbDoc added NbDetails as example
513
- FAILURE: serialization to json has issues!
614
- alternative implementation of containers that does not use circular references
715
(simpler, no issues) [x]
816
- add api a `nb.add` and `nb.withContainer(container)
917
: body`
1018
- hidden nb.blk api in nb.add (we might remove it later) [x]
19+
1120
---
21+
1222
## Naming
1323

1424
- not sure I still like the name backend for the rendering engine

0 commit comments

Comments
 (0)