sage-calculator

byBhargav Shah

Want to make a calculate calculator app, which also provides new site in it, so people can read the news while calculating their things

LandingArticleNews FeedCalculatorHistory
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks17

#1

Implement Global Theme Structure

To Do

As a developer, I want a global theme and layout structure implemented from the mock-design pages so that all pages share consistent typography, spacing, color tokens, and component styles identical to the designs.

AI 80%
Human 20%
High Priority
1.5 days
AI Credits:6
Frontend Developer
#2

Align Colors and Theme

To Do

As a designer, I want all color tokens, font scales, and component variants aligned across the app so that the visual identity is consistent with the mock-design palette and brand guidelines.

Depends on:#1
Waiting for dependencies
AI 80%
Human 20%
High Priority
0.5 days
AI Credits:4
UI/UX Designer
#3

Remove Unused Scaffold Pages

To Do

As a developer, I want the login, signup, welcome, and dashboard pages removed from the scaffold so that the application only contains pages present in the user flows and the codebase remains clean.

Depends on:#1
Waiting for dependencies
AI 70%
Human 30%
High Priority
0.5 days
AI Credits:3
Frontend Developer
#5

Implement Calculator Page

To Do

As a user, I want to see a calculator page that matches the Calculator v1 JSX design so that I can switch between basic, scientific, and finance modes and perform calculations.

Depends on:#3#2
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
AI Credits:7
Frontend Developer
#7

Implement Article Page

To Do

As a user, I want to see an article detail page that matches the Article v1 JSX design so that I can read the full content of any news article I select from the feed.

Depends on:#2#3
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
AI Credits:5
Frontend Developer
#6

Implement News Feed Page

To Do

As a user, I want to see a news feed page that matches the News Feed v1 JSX design so that I can browse and filter news articles including finance news.

Depends on:#2#3
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
AI Credits:6
Frontend Developer
#8

Implement History Page

To Do

As a student user, I want to see a calculation history page that matches the History v1 JSX design so that I can review my past calculations and reuse previous results.

Depends on:#3#2
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
AI Credits:5
Frontend Developer
#4

Implement Landing Page

To Do

As a new visitor, I want to see a landing page that matches the Landing v1 JSX design so that I can understand the app's purpose and navigate to the calculator or news feed.

Depends on:#2#3
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
AI Credits:5
Frontend Developer
#12

Build News Feed API

To Do

As a user, I want a news feed API that aggregates, paginates, and filters articles by category so that the frontend can display a relevant and up-to-date list of news articles including finance news.

Depends on:#6
Waiting for dependencies
AI 55%
Human 45%
High Priority
2 days
AI Credits:7
Backend Developer
#9

Build Calculator API

To Do

As a backend developer, I want a calculator API endpoint that handles basic, scientific, and finance calculation requests so that the frontend can offload complex computations and persist results server-side.

Depends on:#5
Waiting for dependencies
AI 60%
Human 40%
High Priority
2 days
AI Credits:7
Backend Developer
#16

Integrate News Feed with Backend

To Do

As a user, I want the news feed page connected to the news API so that articles are dynamically loaded, paginated, and filterable by category including finance news.

Depends on:#6#12
Waiting for dependencies
AI 65%
Human 35%
High Priority
1 day
AI Credits:5
Frontend Developer
#10

Build Loan Computation API

To Do

As a finance user, I want a loan computation API endpoint that calculates loan repayments, interest, and amortization schedules so that I can get accurate finance results from the calculator.

Depends on:#9
Waiting for dependencies
AI 55%
Human 45%
High Priority
1.5 days
AI Credits:6
Backend Developer
#13

Build Article Detail API

To Do

As a user, I want an article detail API endpoint that returns the full content, metadata, and related articles for a given article ID so that I can read complete news stories.

Depends on:#12#7
Waiting for dependencies
AI 55%
Human 45%
High Priority
1 day
AI Credits:5
Backend Developer
#11

Build Calculation History API

To Do

As a student user, I want a calculation history API that stores and retrieves my past calculations so that I can access my history from any device and review prior results.

Depends on:#8#9
Waiting for dependencies
AI 60%
Human 40%
Medium Priority
1 day
AI Credits:5
Backend Developer
#15

Integrate History with Backend

To Do

As a student user, I want the history page connected to the history API so that my past calculations are loaded, displayed, and updated in real time after each new computation.

Depends on:#11#8
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
1 day
AI Credits:5
Frontend Developer
#14

Integrate Calculator with Backend

To Do

As a user, I want the calculator page wired to the calculator and loan APIs so that all calculations are processed and stored correctly and finance mode returns loan computation results.

Depends on:#9#10#5
Waiting for dependencies
AI 65%
Human 35%
High Priority
1.5 days
AI Credits:6
Frontend Developer
#17

Integrate Article Page with Backend

To Do

As a user, I want the article page connected to the article detail API so that full article content, images, and metadata are dynamically rendered when I select an article from the feed.

Depends on:#7#13
Waiting for dependencies
AI 65%
Human 35%
High Priority
0.5 days
AI Credits:4
Frontend Developer
Landing design preview
Landing: View App
Calculator: Perform Calculation
Calculator: Switch Mode
Calculator: Calculate Advanced
News Feed: Browse Headlines
News Feed: Read Article