-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathTODO
More file actions
55 lines (45 loc) · 1.68 KB
/
TODO
File metadata and controls
55 lines (45 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
TODO
CI / Workflow
-------------
- [x] Remove Travis CI
- [ ] Fix Docker workflow to include extensions directories
Testing & Stability
-------------------
- [ ] Fix 'getOne(): handles missing selection gracefully' test (currently failing)
- [ ] Add tests for @launchql/react
- [x] Get testing framework working (this will be huge)
Package Cleanup
---------------
- [ ] Remove shelljs
- [ ] Remove deployFast option
- [ ] Add keywords to package.json files in all packages
CSV-to-PG Improvements
----------------------
- [ ] Use enum strings for operation types
- [ ] Add proper TypeScript types
- [ ] Integrate inquirer for interactive prompts
Module System
-------------
- [ ] Fix mod.setModuleDependencies(['some-native-module', 'pg-utilities']) — currently allows circular references
- [ ] Detect project dependencies from deploy/**/some.sql if not declared via moduleDependencies
Naming & Typing
---------------
- [ ] pg-ast should adopt pg-proto-parser's types (from @pgsql/utils in pgsql-parser monorepo)
pg-ast is a much better name — use it!
Migration & History
-------------------
- [ ] Get this PR from launchql-gen: https://github.com/launchql/launchql-gen/pull/19
- [ ] Move postgraphile-* plugins over (preserve import history)
- [x] Import original LaunchQL history (preserve git log) (3c31d9b64d266a7dca2595f5aeddc22954bc76a6)
Misc
----
- [ ] Fix issue where `some-schema` must be renamed to `some_schema` during packaging to work
Good Next Steps
---------------
- [x] Demo script using meta API to create tables
- [x] Get export working
- [x] Get boilerplate (`lql init`) working
- [ ] Get testing framework finalized
Other
---------
https://www.npmjs.com/package/pg-copy-streams-binary