mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #2782] [FR] : AI Writers #1199
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yatendra2001 on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2782
Description
AI-powered writing assistant using Flutter and the GPT-4 model from OpenAI. The assistant, tentatively named "AI Writers", will assist users in generating and organizing content efficiently. This includes automatic to-do list generation, blog post drafting, and outline creation.
Similar to the notion AI, we can keep a button or just press space for "ask AI"

Timeline:
Week 1 (19/06/2023):
Tasks:
Milestones:
Week 2 (26/06/2023):
Tasks:
Milestones:
4. Develop a basic Rust wrapper for OpenAI API with minimal functionality
5. Understand basic structure and components of AppFlowy backend
Week 3 (03/07/2023):
Tasks:
Milestone:
5. Build an end-to-end demo system using gpt-4 with proper prompting
Week 4 (10/07/2023):
Tasks:
Milestones:
7. Upgrade Rust wrapper for OpenAI API with advanced features
8. Gain a deep understanding of AppFlowy backend, including data flows and dependencies
9. Raise a PR for issue. (raised pr: #3009)
Week 5 (17/07/2023):
Tasks:
Milestones:
10. Finalize application design and UI.
11. Begin the process of integrating GPT-4 Rust Wrapper with rust backend structure.
12. Successfully integrate GPT-4 Rust Wrapper with rust backend structure.
13. Initiate the development of the to-do list feature.
Week 6 (24/07/2023):
Tasks:
Milestones:
14. Complete the development of the to-do list feature
15. Initiate the development of the outline creation feature
Midterm Valuation
Week 7 (31/07/2023):
Tasks:
Milestones:
16. Achieve modular and scalable Rust wrapper API code.
17. Completed tests for the API with 100% coverage.
Week 8 (07/08/2023):
Tasks:
Milestones:
18. Completed and polished frontend Flutter interface.
19. Full test coverage for the entire frontend interface.
20. Deep understanding of the integration flow from backend to frontend.
Week 9 (14/08/2023):
Tasks:
Milestones:
21. Successfully fixed the Evernote importer issue (#2971).
22. Successful integration of the Rust wrapper API with the Flutter frontend.
23. Completed tests for the integrated system.
Week 10 (21/08/2023):
Tasks:
Milestones:
24. Complete the project documentation
25. Address and fix any bugs or issues that may arise during testing.
26. Initiate the migration of current OpenAI features to using Rust wrapper
Week 11 (28/08/2023):
Tasks:
Milestones:
27. Successfully migrate all current OpenAI features to use Rust wrapper
28. Continue comprehensive testing and debugging of the entire application
29. Ensure all identified issues are resolved and application is fully functional
Week 12 (04/09/2023):
Tasks:
Milestones:
30.Successful project review and preparation for final live deployment.
31. Successfully prepare the application for deployment, with all features working as expected
32. Completion of a comprehensive blog documenting the entire project.
Impact
The successful implementation of this project will provide a powerful tool for users who require assistance with various writing tasks. By automating these tasks, users can focus more on their ideas and less on the mechanical aspects of writing.
Given the increasing demand for AI-powered tools and the widespread use of mobile devices, this project can potentially benefit a wide range of users.
Additional Context
No response
@yatendra2001 commented on GitHub (Jun 12, 2023):
@LucasXu0 Can you please review this?
@LucasXu0 commented on GitHub (Jun 12, 2023):
Hey, @yatendra2001. It looks good to me. By the way, please add one more task: migrate the current openAI features by using Rust wrapper too.
@LucasXu0 commented on GitHub (Jun 12, 2023):
We are currently using text completion and text edit APIs on the Flutter side. We should migrate them to Rust APIs once you finish this FR.
@yatendra2001 commented on GitHub (Jun 12, 2023):
Yes makes a lot of sense.
Yup added at the end. We'll keep adding subtasks of migration as we figure out to keep a record.
@annieappflowy commented on GitHub (Jun 13, 2023):
Related to https://github.com/AppFlowy-IO/AppFlowy/issues/2286
@yatendra2001 commented on GitHub (Jun 17, 2023):
Hi @annieappflowy, @LucasXu0,
I'm looking forward to contributing to this project and am ready to start working on the issue at hand. However, I want to make sure I align with the selection process properly. Should I wait for the proposal to be accepted before proceeding, or is it acceptable to begin in advance? This is particularly important as I have outlined a timeline in my proposal.
@annieappflowy commented on GitHub (Jun 17, 2023):
I've sent an official letter to you! You may start working on your project. Congrats!
@yatendra2001 commented on GitHub (Jun 17, 2023):
Thanks a lot, @annieappflowy for accepting my proposal. You can bet I'll be bringing my A-game to this mentorship.
@yatendra2001 commented on GitHub (Jun 26, 2023):
Hey @LucasXu0 , Should I create a new PR now to keep you updated of my tasks or once my first commit is ready to get merged??
@LucasXu0 commented on GitHub (Jul 7, 2023):
@yatendra2001 No, we can communicate with them via video meeting, just like we did previously.
@lybing commented on GitHub (Aug 2, 2023):
When the network is abnormal, keep circling and need to close the software to exit.
