Skip to content

Commit fdf0b86

Browse files
feat: remove unused UI components and implement backend for fuel price tracking
- Deleted unused UI components: Skeleton, Slider, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip. - Added a new PostgreSQL database connection and schema for fuel price history. - Implemented API endpoints for fetching and updating fuel prices. - Created a service to fetch daily fuel prices and store them in the database. - Set up a cron job for daily price updates at 2 AM. - Updated the main application to integrate with the new backend services.
1 parent 67abdad commit fdf0b86

51 files changed

Lines changed: 659 additions & 4987 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"Bash(git commit:*)",
1414
"Bash(git push:*)",
1515
"Bash(taskkill:*)",
16-
"Bash(pkill:*)"
16+
"Bash(pkill:*)",
17+
"Bash(/Users/computingvictor/Documents/Workspace/Gasolina_Smart/.gitignore << 'EOF'\n# Logs\nlogs\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\npnpm-debug.log*\nlerna-debug.log*\n\nnode_modules\ndist\ndist-ssr\n*.local\n\n# Editor directories and files\n.vscode/*\n!.vscode/extensions.json\n.idea\n.DS_Store\n*.suo\n*.ntvs*\n*.njsproj\n*.sln\n*.sw?\n\n# Environment variables\n.env\n.env.local\n.env.production\nEOF)"
1718
],
1819
"deny": [],
1920
"ask": []

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
RAILWAY_DEPLOY.md
25+
26+
# Environment variables
27+
.env
28+
.env.local
29+
.env.production

0 commit comments

Comments
 (0)