Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Company project 3 #11

Merged
merged 32 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
88ef7de
mobile design implementation for production
SanjayKhatiChhetri May 9, 2024
24c4bc0
chore: Update counter badge styling in App.css
SanjayKhatiChhetri May 9, 2024
fb17521
chore: Update counter badge styling in App.css
SanjayKhatiChhetri May 31, 2024
473d4c3
maps laout and pin my location update
SanjayKhatiChhetri May 31, 2024
0bed6b7
chore: Update map layout and pin location styling
SanjayKhatiChhetri May 31, 2024
a889073
chore: removed unnecessery css change
SanjayKhatiChhetri Jun 1, 2024
d12e8b1
css for general observation form update
SanjayKhatiChhetri Jun 1, 2024
c36af12
chore: Update App.css for improved layout and alignment
SanjayKhatiChhetri Jun 1, 2024
a1f9d7e
changelog below:deployment after E18MuurlaForm Implementation
SanjayKhatiChhetri Jun 2, 2024
386ff21
Folder structure cahnged for deployment
SanjayKhatiChhetri Jun 3, 2024
81d4749
chore: Update backend deployment configuration
SanjayKhatiChhetri Jun 3, 2024
909f51c
chore: Update server.js for CORS support and JSON parsing
SanjayKhatiChhetri Jun 3, 2024
e8f913e
Update .gitignore and FirebaseConfig.js, and package.json for backend…
SanjayKhatiChhetri Jun 3, 2024
baf7282
feat: Add SSL configuration to FirebaseConfig.js
SanjayKhatiChhetri Jun 3, 2024
00422a3
Update .gitignore, README.md, and package.json for root dir
SanjayKhatiChhetri Jun 3, 2024
b48ed66
chore: Update build script to differentiate between backend and front…
SanjayKhatiChhetri Jun 3, 2024
9234414
chore: Update server.js for using ports
SanjayKhatiChhetri Jun 3, 2024
a067915
chore: Remove SSL
SanjayKhatiChhetri Jun 3, 2024
7845237
chore: Update server.js to use specified port
SanjayKhatiChhetri Jun 3, 2024
6c6932e
chore: Update index.html and vercel.json for security enhancements
SanjayKhatiChhetri Jun 3, 2024
4a6fa56
chore: Update Content-Security-Policy header in vercel.json
SanjayKhatiChhetri Jun 3, 2024
37c8524
chore: Update FirebaseConfig.js to use environment variables for Fire…
SanjayKhatiChhetri Jun 3, 2024
c4e3e2d
chore: Update vercel.json to use relative path for server.js
SanjayKhatiChhetri Jun 3, 2024
c1ea677
chore: Update vercel.json to remove rewrites and modify headers
SanjayKhatiChhetri Jun 3, 2024
e0c87a9
chore: Update vercel.json to remove rewrites and modify headers
SanjayKhatiChhetri Jun 3, 2024
4e1a356
The fetch URL in the sw.js file is updated to use the environment var…
SanjayKhatiChhetri Jun 3, 2024
99a2339
Update fetch URL in sw.js to use the production API endpoint
SanjayKhatiChhetri Jun 3, 2024
c3d9dff
chore: Update Generalobservation.js to increase delay for data synchr…
SanjayKhatiChhetri Jun 3, 2024
6d7f7e0
deploy successfull backend in render and frontend in vercel
SanjayKhatiChhetri Jun 3, 2024
7e44def
UI rest after submitting report
SanjayKhatiChhetri Jun 3, 2024
1300063
- fix: reset input filed for weather condition when back online
SanjayKhatiChhetri Jun 3, 2024
6d0b696
Update manifest.json and index.html for Kaiku branding
SanjayKhatiChhetri Jun 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env

This file was deleted.

133 changes: 25 additions & 108 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,117 +1,34 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
# dependencies
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache
/.pnp
.pnp.js

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# testing
/coverage

# Optional REPL history
.node_repl_history
# production
/build

# Output of 'npm pack'
*.tgz
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
# .env
# .env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# TODO
.todo

#pdf
/*.pdf
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#docx
/*.docx
#ignore package-lock.json
**/package-lock.json

#str.md
/src/str.md
#env
**/.env
.env.local
.env.development.local
.env.test.local
.env.production.local

Loading