AIPM prev AI Task Management 2025-02-27
We want to make this web service available to the general public as soon as possible so that we can receive feedback. Think about what we need to do to make this happen, and put it all together in Markdown.
As we plan to offer this web service to the general public, please allow me to review a few things:
Plan Overview:
https://github.com/nishio/ai_project_manager/blob/main/docs/deployment/deployment_plan.md
Discussion: was thinking of putting JSON in a 1 user 1 record firestore. Thinking about pros / cons with the current proposed method.
Yes, we will compare and analyze the advantages and disadvantages of using Firestore to store JSON with one user and one record versus using PostgreSQL. We will discuss both approaches in detail.
https://github.com/nishio/ai_project_manager/blob/main/docs/deployment/database_comparison.md
It would be good. Steps to follow
1: Push the Markdown generated so far
2: I think this plan is too big to do in 10 ACUs. Think about which units could be implemented smoothly and divide them up, write the overall specs and instructions for each individual task in Markdown, and push it.
Noted. First, we will push the Markdown of the plan we have created so far, then we will break the plan down into units that can be implemented in 10 ACUs and create an overall specification and procedures for the individual tasks.
https://github.com/nishio/ai_project_manager/blob/main/docs/deployment/implementation_tasks.md
thereafter https://github.com/nishio/ai_project_manager/blob/devin/1741684665-firebase-setup/docs/deployment/iter1.md Work done by humans https://github.com/nishio/ai_project_manager/blob/devin/1741684665-firebase-setup/docs/deployment/human_action_requests.md
I'm up to "4. indexing."
I'm up to "7. deploy."
Wait until deployment is complete (usually within 5 minutes) Access the deployment URL to verify that the application is working properly
You're stuck with a defined but never used type error.
Environment Variable "NEXT_PUBLIC_FIREBASE_API_KEY" references Secret "next_public_firebase_api_key", which does not exist. Ask for a Solution https://chatgpt.com/c/67dbd6d1-e588-8011-92e2-66fce3d8d018
2025-03-24 In vercel.json :
"env": {
"NEXT_PUBLIC_FIREBASE_API_KEY": "@next_public_firebase_api_key",
written like ...
2025-03-25 Vercel CLI Overview
https://github.com/nishio/ai_project_manager/pull/67 Deployment was successful, but you can't do anything with no data.
That's nasty.
Text extraction, I didn't tell you how to do it?
In the future, it could be replaced with more sophisticated AI-based extraction logic. For example, it could be extended to use OpenAI's API to extract tasks from more natural sentences. Now it's filled with things that do it the simple way, I see.
This page is auto-translated from /nishio/AIPM2025-03-11 using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.