Commit Graph

408 Commits

Author SHA1 Message Date
Aaron Po
33db1368ec Refactor schema and test data; remove DAL code
Removed all DataAccessLayer C# code and related test project files. Updated schema.sql to add Country, StateProvince, and City tables, refactored brewery and beer post tables to include location and concurrency columns, and replaced the old comment/rating system with BeerPostComment. Updated test-data.sql to seed new location tables and refactored brewery data to use city and coordinates.
2025-11-11 03:45:01 -05:00
Aaron Po
8975044034 add test data 2025-10-28 18:30:48 -04:00
Aaron Po
738c055bf7 begin scaffolding data access layer 2025-10-28 18:28:30 -04:00
Aaron Po
2f0bfd90b2 first commit 2025-10-23 02:27:20 -04:00
Aaron Po
3d8b17320a Merge pull request #99 from aaronpo97/package-updates
update pino to version 10.0.0
2025-10-13 21:06:33 -04:00
Aaron Po
55d5e001fb update pino to version 10.0.0 in package.json 2025-10-13 20:56:56 -04:00
Aaron Po
a3f0a9ce2d Merge pull request #90 from aaronpo97/dependabot/npm_and_yarn/cookie-0.7.0
Build(deps): Bump cookie from 0.5.0 to 0.7.0
2025-10-09 22:41:45 -04:00
Aaron Po
2dea5771f3 Merge pull request #91 from aaronpo97/dependabot/npm_and_yarn/cross-spawn-7.0.6
Build(deps): Bump cross-spawn from 7.0.3 to 7.0.6
2025-10-09 22:41:32 -04:00
Aaron Po
826a8272a5 Merge pull request #92 from aaronpo97/dependabot/npm_and_yarn/nanoid-3.3.8
Build(deps): Bump nanoid from 3.3.6 to 3.3.8
2025-10-09 22:41:18 -04:00
Aaron Po
cd65822cb6 Merge pull request #94 from aaronpo97/dependabot/npm_and_yarn/next-14.2.22
Build(deps): Bump next from 14.2.12 to 14.2.22
2025-10-09 22:40:49 -04:00
dependabot[bot]
21d65c3c6a Build(deps): Bump next from 14.2.12 to 14.2.22
Bumps [next](https://github.com/vercel/next.js) from 14.2.12 to 14.2.22.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.12...v14.2.22)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-04 01:26:48 +00:00
dependabot[bot]
a6aa5f5c4d Build(deps): Bump nanoid from 3.3.6 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.6...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 22:09:29 +00:00
dependabot[bot]
99671f8282 Build(deps): Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 11:26:15 +00:00
dependabot[bot]
1fe072ba1a Build(deps): Bump cookie from 0.5.0 to 0.7.0
Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-13 01:15:13 +00:00
Aaron Po
8816a25a1a Merge pull request #89 from aaronpo97/dependabot/npm_and_yarn/next-14.2.12
Build(deps): Bump next from 14.1.1 to 14.2.12
2024-09-22 15:08:45 -04:00
Aaron Po
37b7e6eb8b Merge pull request #88 from aaronpo97/dependabot/npm_and_yarn/blakeembrey/template-1.2.0
Build(deps-dev): Bump @blakeembrey/template from 1.1.0 to 1.2.0
2024-09-22 15:08:16 -04:00
dependabot[bot]
80b2ac9ef2 Build(deps): Bump next from 14.1.1 to 14.2.12
Bumps [next](https://github.com/vercel/next.js) from 14.1.1 to 14.2.12.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.1.1...v14.2.12)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 01:11:13 +00:00
dependabot[bot]
33096e8735 Build(deps-dev): Bump @blakeembrey/template from 1.1.0 to 1.2.0
Bumps [@blakeembrey/template](https://github.com/blakeembrey/js-template) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/blakeembrey/js-template/releases)
- [Commits](https://github.com/blakeembrey/js-template/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@blakeembrey/template"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 19:45:49 +00:00
Aaron Po
10f6191102 Merge pull request #87 from aaronpo97/dependabot/npm_and_yarn/micromatch-4.0.8
Build(deps): Bump micromatch from 4.0.5 to 4.0.8
2024-09-02 14:06:20 -04:00
dependabot[bot]
323cabf1ef Build(deps): Bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 06:40:50 +00:00
Aaron Po
1846138a4b Merge pull request #86 from aaronpo97/dev
Fixed issue with breweries/map page height
2024-06-20 22:17:34 -04:00
Aaron William Po
7aee955d1f fix map page height that caused map to not be visible 2024-06-20 22:15:39 -04:00
Aaron William Po
09103b0386 update mapbox packages 2024-06-20 22:15:23 -04:00
Aaron Po
54cf5e900b Merge pull request #85 from aaronpo97/dependabot/npm_and_yarn/braces-3.0.3
Build(deps): Bump braces from 3.0.2 to 3.0.3
2024-06-20 21:36:02 -04:00
dependabot[bot]
b4e7ec34ad Build(deps): Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 01:27:02 +00:00
Aaron Po
04dfcf0e4f Merge pull request #84 from aaronpo97/dependabot/npm_and_yarn/ws-7.5.10
Build(deps): Bump ws from 7.5.9 to 7.5.10
2024-06-20 21:26:32 -04:00
dependabot[bot]
cec9d680fa Build(deps): Bump ws from 7.5.9 to 7.5.10
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 12:23:44 +00:00
Aaron Po
13fd8c2076 Merge pull request #83 from aaronpo97/dependabot/npm_and_yarn/next-14.1.1 2024-05-10 08:59:25 -04:00
dependabot[bot]
e2d9b4adfe Build(deps): Bump next from 14.0.3 to 14.1.1
Bumps [next](https://github.com/vercel/next.js) from 14.0.3 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.0.3...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 03:16:19 +00:00
Aaron Po
9ee741c5ce Merge pull request #82 from aaronpo97/81-beer-post-like-button-not-working-as-expected
Fix variable name in checkIfBeerPostIsLiked function
2024-04-14 18:25:37 -04:00
Aaron William Po
fe55412473 Fix variable name in checkIfBeerPostIsLiked function 2024-04-14 17:14:34 -04:00
Aaron Po
63ce52d961 Merge pull request #79 from aaronpo97/dependabot/npm_and_yarn/tar-6.2.1
Build(deps): Bump tar from 6.2.0 to 6.2.1
2024-04-14 16:58:54 -04:00
Aaron Po
878742af6f Merge pull request #80 from aaronpo97/design-dev
Update margins
2024-04-14 16:58:13 -04:00
Aaron William Po
3d6fd52196 Update margin in edit-profile.tsx 2024-04-14 16:55:59 -04:00
dependabot[bot]
879bf614cd Build(deps): Bump tar from 6.2.0 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 12:31:52 +00:00
Aaron William Po
fb61387512 Update margins to account for navbar 2024-04-10 19:52:21 -04:00
Aaron Po
05be380fdf Merge pull request #78 from aaronpo97/dev
Dev
2024-04-07 16:02:52 -04:00
Aaron Po
04bf6ec8f8 Merge pull request #77 from aaronpo97/design-updates
Design updates
2024-04-07 16:01:10 -04:00
Aaron William Po
b299ed946b Refactor login and register page designs 2024-04-07 15:51:25 -04:00
Aaron William Po
ac89833a5d style: redo login page design 2024-03-25 01:59:18 -04:00
Aaron William Po
f5d9a52572 Remove react-page-scroller dependency and replace tailwind animation plugin 2024-02-23 21:25:56 -05:00
Aaron William Po
34e960f0c6 Update theme colors and layout styles, upgrade daisyui/tailwind 2024-02-19 16:28:58 -05:00
Aaron Po
3af82f7dbf Merge pull request #76 from aaronpo97/cleanup
Cleanup api requests
2024-02-16 02:43:19 -05:00
Aaron William Po
03088080e9 Update auth requests 2024-02-16 02:40:35 -05:00
Aaron William Po
9f1d09a61d refactor brewery post requests 2024-02-16 02:04:26 -05:00
Aaron William Po
7c4a4bde80 Refactor: update beer post api requests 2023-12-27 20:42:37 -05:00
Aaron William Po
2b90bb2e5d Refactor: update comment components 2023-12-25 21:09:03 -05:00
Aaron William Po
623855682b Refactor: further refactoring of api requests. 2023-12-25 14:26:35 -05:00
Aaron William Po
0e99782557 Refactor: rename [:id] to [:postId] for api routes 2023-12-24 20:08:35 -05:00
Aaron William Po
b21924b89c Refactor beer comment requests 2023-12-19 00:19:04 -05:00