Skip to content

Commit

Permalink
Add tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Feb 5, 2025
1 parent 1c5476c commit 2ff7403
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 355 deletions.
44 changes: 20 additions & 24 deletions tasks/new-agent-tasks.md → tasks/ai-agent-tasks.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# Background
# 4 Major Areas of work

We will have a react UI app which will show all the information of the reports.


## Tasks - UI App

### Report details

- Add some description with each report name like what is the report

### Project details
## Authentication using code
- Add option to login using a predefined code
- Only authenticated users can see the regenerate and edit options

- Show name and links
## UI/UX for project details page
### Improve UX
- Write down suggesions on how can we create the project page using https://tailwindui.com.
- The information that will be present on project detail page will include
- Some basic information which is input by the admin while creating the report
- The spider/graph graph
- The final report
- Some admin buttons like regenerate, edit etc

## Tasks - Python app
### Server Side
- Make the page render server side. The features which use any hooks or clicks should be extracted out into a separate
components, and can be included in the page

- All reports were there and Overall status was `completed` . I triggered regenerate for one of the report but Overall status still stays `completed`. it should go into `in_progress` as well and when the report gets generated only then mark it as `completed`


# 4 Major Tasks
### Other changes
- Dont show Additional Urls accordian if there is no content for it
- SEC markdown content is not getting rendered correctly (proper table conversion)
- Remove the reports table, instead have `Show Details` after each category (comments) which directs to the report detail page
- Show 3-5 rewarding/highlighting points and risks/potential issues about the startup alongside the spider graph

## Final report finalize with structured output
- Use the new prompt with values from `agent-status.json` instead of the individual reports except `team_info`
Expand All @@ -39,12 +43,4 @@ We will have a react UI app which will show all the information of the reports.
## Re-create all the reports
- Revise and optimize the individual report prompts and recreate all the reports

## UI/UX looks good for the project detail page
- Dont show Additional Urls accordian if there is no content for it
- SEC markdown content is not getting rendered correctly (proper table conversion)
- Remove the reports table, instead have `Show Details` after each category (comments) which directs to the report detail page
- Show 3-5 rewarding/highlighting points and risks/potential issues about the startup alongside the spider graph

## Authentication using code
- Add option to login using a predefined code
- Only authenticated users can see the regenerate and edit options
93 changes: 0 additions & 93 deletions tasks/ai-agent.md

This file was deleted.

106 changes: 0 additions & 106 deletions tasks/all-tasks.md

This file was deleted.

132 changes: 0 additions & 132 deletions tasks/all_tidbit_features.md

This file was deleted.

0 comments on commit 2ff7403

Please sign in to comment.