Skip to content

Commit

Permalink
update to do list
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Howard committed Feb 12, 2024
1 parent bdcd586 commit a5f6445
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/lesswrong/components/posts/GoogleDocImport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ import { useMessages } from "../common/withMessages";
import { useNavigate } from "../../lib/reactRouterWrapper";

// Next steps:
// - [ ] Get backend working with existing UI
// - [X] Get backend working with existing UI
// - [X] Import button works (NOT including ckeditor paste issues)
// - [X] Sign in button works (already true, but just make sure)
// - [ ] Unlink button works
// - Update UI to match designs
// - [X] Unlink button works
// - [ ] Change version restoration logic to allow restoring as draft
// - [ ] Move refresh tokens to a separate table (to avoid logging + allow refreshing the magic token)
// - [ ] Squash migrations
// - [ ] Deploy to beta site
// - [ ] UI
// - [ ] Fix import vs paste issues

const gdocImportEmailSetting = new DatabasePublicSetting<string | null>("gdocImportEmail.email", null);

Expand Down

0 comments on commit a5f6445

Please sign in to comment.