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

Home button/sign up #21

Open
wants to merge 370 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
370 commits
Select commit Hold shift + click to select a range
4ce5954
Update package.json
Saikiruthiga Nov 14, 2024
9291628
Create .node-version
Saikiruthiga Nov 14, 2024
982eab3
141124: Merge remote-tracking branch 'origin/main' into moein/general
ArkoselabsDoesNotWork-38160997 Nov 14, 2024
e2d8c53
Merge pull request #18 from tanya-newStart/main
tanya-newStart Nov 14, 2024
0e505c9
Implement HTTP-cookie and add logout function in authRouter
tanya-newStart Nov 14, 2024
f822b69
add routes for external googlr books api calls
Saikiruthiga Nov 14, 2024
95b8b49
Add cookie to authorized requests and add logout
tanya-newStart Nov 14, 2024
3c209d3
add end point for fetching googlebooks api calls
Saikiruthiga Nov 14, 2024
9d97965
add googlebooks api call in index.js
Saikiruthiga Nov 14, 2024
7f7059f
Merge pull request #8 from tanya-newStart/login
tanya-newStart Nov 14, 2024
e3072aa
fetch googlebooks from backend and stored in local storage
Saikiruthiga Nov 14, 2024
7931711
141124: Merge remote-tracking branch 'origin/main' into moein/general
ArkoselabsDoesNotWork-38160997 Nov 14, 2024
9cbbacf
Merge pull request #21 from Saikiruthiga/moein/general
MoeinHeydari90 Nov 15, 2024
bfda6b1
Update package.json
Saikiruthiga Nov 15, 2024
d8b9a5a
Merge pull request #19 from tanya-newStart/main
tanya-newStart Nov 15, 2024
c768ec1
Update page.jsx
Saikiruthiga Nov 15, 2024
f55bdb6
Minor adjustements for auth
tanya-newStart Nov 15, 2024
a6903b7
Merge pull request #9 from tanya-newStart/auth
tanya-newStart Nov 15, 2024
a9f032c
Merge pull request #22 from tanya-newStart/main
tanya-newStart Nov 15, 2024
c4ed7db
try to install node version 18 but got error
Saikiruthiga Nov 15, 2024
b1727cd
nothing changes
Saikiruthiga Nov 15, 2024
a7fa4b1
node version changed to 22
Saikiruthiga Nov 15, 2024
3dace40
Deleted unused search page and its styles
Saikiruthiga Nov 15, 2024
3f1627a
Clearing PR prompt notification
Saikiruthiga Nov 15, 2024
cdc548b
Merge branch 'main' into randombooks
Saikiruthiga Nov 15, 2024
cc4b736
Merge pull request #20 from Saikiruthiga/randombooks
Saikiruthiga Nov 15, 2024
742c5f7
Set up useContext for auth
tanya-newStart Nov 15, 2024
3a13eab
Wrap children in context provider in rootlayout
tanya-newStart Nov 15, 2024
68a49a2
Test the use of useContext with a logged in user
tanya-newStart Nov 15, 2024
3c24e69
Merge pull request #10 from tanya-newStart/user-session
tanya-newStart Nov 15, 2024
f83f07c
Add role to authenticate
tanya-newStart Nov 15, 2024
db184c0
Add role to register,login and logout
tanya-newStart Nov 15, 2024
f66e0a5
Merge pull request #23 from tanya-newStart/main
tanya-newStart Nov 15, 2024
f7c0a6f
161124: change profile to dashboard
ArkoselabsDoesNotWork-38160997 Nov 16, 2024
b9c13e3
161124: Merge remote-tracking branch 'origin/main' into moein/general
ArkoselabsDoesNotWork-38160997 Nov 16, 2024
d455dc9
161124: fetch data for bookshelf
ArkoselabsDoesNotWork-38160997 Nov 16, 2024
46df46b
Merge branch 'main' into test-netlify
Saikiruthiga Nov 16, 2024
4f34929
Add next api url instead of localhost
Saikiruthiga Nov 16, 2024
996abe7
next public api url addedd
Saikiruthiga Nov 16, 2024
5c06a1c
origin link changed to render link for cors in index.js
Saikiruthiga Nov 16, 2024
19b655d
Start adding role to the usersController
tanya-newStart Nov 16, 2024
65d506b
Add role to the rest of functions in usersController
tanya-newStart Nov 16, 2024
1eb478b
Set the cookies with sameSite:'None'
tanya-newStart Nov 16, 2024
ae515b7
Merge pull request #11 from tanya-newStart/authcontext
tanya-newStart Nov 16, 2024
1a690d2
Merge pull request #25 from tanya-newStart/main
tanya-newStart Nov 16, 2024
4435dc7
Merge pull request #24 from Saikiruthiga/moein/general
MoeinHeydari90 Nov 16, 2024
569012f
Add role to getUserBooks and allow admin to the all books
tanya-newStart Nov 16, 2024
f051d76
Run the script to create admin
tanya-newStart Nov 16, 2024
4e9b85e
Merge pull request #12 from tanya-newStart/roles
tanya-newStart Nov 16, 2024
ef6e464
upstream changes
tanya-newStart Nov 16, 2024
55d6fee
Fix syntax in authenticate.js
tanya-newStart Nov 16, 2024
285faad
Add () in authenticate middleware use in routers
tanya-newStart Nov 16, 2024
49a9db7
Clear logs
tanya-newStart Nov 16, 2024
c181b1f
Merge pull request #26 from tanya-newStart/main
tanya-newStart Nov 16, 2024
bb55919
Get all users as admin endpoint
tanya-newStart Nov 16, 2024
7bdad59
Merge pull request #13 from tanya-newStart/admin
tanya-newStart Nov 16, 2024
208b913
Merge branch 'main' into test-netlify
Saikiruthiga Nov 16, 2024
b6c2603
Merging upstream/main
tanya-newStart Nov 16, 2024
234308e
next public app api url added
Saikiruthiga Nov 16, 2024
42bc867
url changed to dashboard
Saikiruthiga Nov 16, 2024
cb1ea38
Update page.jsx
Saikiruthiga Nov 16, 2024
773ae75
Example of fetching data using useAuth in /test/page.jsx
tanya-newStart Nov 16, 2024
7cc4586
Merge pull request #27 from tanya-newStart/main
tanya-newStart Nov 16, 2024
54b9c3a
Update page.jsx
Saikiruthiga Nov 17, 2024
cf6e660
Update RandomBooks.jsx
Saikiruthiga Nov 17, 2024
abe4427
changed the endpoint to login
Saikiruthiga Nov 17, 2024
4c5c839
Update MemorableLines.jsx
Saikiruthiga Nov 17, 2024
c6cf06f
add process.env text
Saikiruthiga Nov 17, 2024
50e5145
increade the temporary memory time to avoid repeted external api calls
Saikiruthiga Nov 17, 2024
01a8572
Update apiQuotesController.js
Saikiruthiga Nov 17, 2024
be79818
Update apiQuotesController.js
Saikiruthiga Nov 17, 2024
b390773
Update apiQuotesController.js
Saikiruthiga Nov 17, 2024
5fd7db1
Update randomBooksController.js
Saikiruthiga Nov 17, 2024
10d1471
Update index.js
Saikiruthiga Nov 17, 2024
eff0e71
add frontend url in the index.js file
Saikiruthiga Nov 17, 2024
8803cc5
Fix the cookie setup and fix user endpoints
tanya-newStart Nov 17, 2024
039f01d
Log in lands to dashboard
tanya-newStart Nov 17, 2024
f1983b5
Merge pull request #28 from tanya-newStart/test
tanya-newStart Nov 17, 2024
2f126be
Add file upload endpoint
tanya-newStart Nov 17, 2024
475e2d8
Setup fileupload to google cloud storage
tanya-newStart Nov 17, 2024
cef5c68
Add upload image to updateUserDetails
tanya-newStart Nov 17, 2024
5f79084
Delete test file
tanya-newStart Nov 17, 2024
f77b8f5
Clear out test files
tanya-newStart Nov 17, 2024
8feeae6
Merge pull request #29 from tanya-newStart/uploadfile
tanya-newStart Nov 17, 2024
903d220
171124: added button to remove book from bookshelf
ArkoselabsDoesNotWork-38160997 Nov 17, 2024
1aa89a1
171124: a few minor changes
ArkoselabsDoesNotWork-38160997 Nov 17, 2024
45fe30e
181124: MainPart.jsx is updated
ArkoselabsDoesNotWork-38160997 Nov 17, 2024
c1146ae
Merge pull request #30 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 17, 2024
b611d3d
add separate helper function for validation
Saikiruthiga Nov 18, 2024
efbf7b2
import the validation function and add some strong conditions for pas…
Saikiruthiga Nov 18, 2024
34efbad
181124: removeBook button is updated
ArkoselabsDoesNotWork-38160997 Nov 18, 2024
e73298d
added backend routes for books
Saikiruthiga Nov 18, 2024
3f3f5a7
Merge pull request #31 from Saikiruthiga/signup/randombooks-update
Saikiruthiga Nov 18, 2024
d239304
Resolved merge conflicts between test-netlify and main
Saikiruthiga Nov 18, 2024
0a4c35c
181124: FavoriteQuote.jsx is added
ArkoselabsDoesNotWork-38160997 Nov 18, 2024
3b0b361
181124: Merge remote-tracking branch 'origin/main' into moein/dashboard
ArkoselabsDoesNotWork-38160997 Nov 18, 2024
145c761
181124: some css edit
ArkoselabsDoesNotWork-38160997 Nov 18, 2024
2fb57c4
Merge pull request #32 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 18, 2024
78e0fbe
update the recent changes
Saikiruthiga Nov 18, 2024
b760133
solving merge conflicts with the backend and frontend url
Saikiruthiga Nov 18, 2024
1f69c28
check the length of the local storage item
Saikiruthiga Nov 18, 2024
a6c8599
new file added to fetch the specific book details
Saikiruthiga Nov 18, 2024
739d05e
onclick eventhandler added to the book
Saikiruthiga Nov 18, 2024
b9aad6b
Trying to set up cookies
tanya-newStart Nov 18, 2024
1c0ed21
fix: modify /users/profile endpoint and update usage in AuthContext
pankaj28843 Nov 18, 2024
7e7226d
refactor: extract user DTO creation to separate service and update ap…
pankaj28843 Nov 18, 2024
d04b310
refactor: apply DTO pattern in book and userBook APIs
pankaj28843 Nov 18, 2024
c50b9d3
Merge pull request #33 from tanya-newStart/user-books
tanya-newStart Nov 18, 2024
70f3ce6
191124: Profile.jsx is updated
ArkoselabsDoesNotWork-38160997 Nov 18, 2024
7d4fd5c
191124: EditProfile.jsx is updated, the users can upload a photo for …
ArkoselabsDoesNotWork-38160997 Nov 19, 2024
b99cd06
Merge branch 'main' into newpage
Saikiruthiga Nov 19, 2024
3d352f8
removed the logic to fetch books from backend and implement in frontend
Saikiruthiga Nov 19, 2024
0ead211
add suspense hook to avoid production error
Saikiruthiga Nov 19, 2024
e8f6c9a
add icon over the book image and change stylings for hover effect
Saikiruthiga Nov 19, 2024
384a463
Remove unwanted comments
Saikiruthiga Nov 19, 2024
7556213
file name renamed
Saikiruthiga Nov 19, 2024
3bd2757
Add new page to display the specific book details
Saikiruthiga Nov 19, 2024
12766f4
Put local host in .env.local file and adjust code
tanya-newStart Nov 19, 2024
229ff79
Merge pull request #14 from tanya-newStart/env-local
tanya-newStart Nov 19, 2024
ca180fc
Trying to handle adding the same book, added debounce
tanya-newStart Nov 19, 2024
47b3581
Merge pull request #15 from tanya-newStart/add-book
tanya-newStart Nov 19, 2024
331f930
Clear logs
tanya-newStart Nov 19, 2024
a885137
201124: QuotesList.jsx is added
ArkoselabsDoesNotWork-38160997 Nov 20, 2024
b6065f5
Merge pull request #34 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 20, 2024
f3647b8
Merge remote-tracking branch 'origin/main' into moein/dashboard
ArkoselabsDoesNotWork-38160997 Nov 20, 2024
f3134cd
Merge pull request #35 from Saikiruthiga/newpage
Saikiruthiga Nov 20, 2024
a564100
Merge pull request #37 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 20, 2024
306107c
Add backend routes to add,edit and delete notes
Saikiruthiga Nov 20, 2024
4e86171
Created notes component for manage notes by the user for his book
Saikiruthiga Nov 20, 2024
32710cc
Merge pull request #38 from Saikiruthiga/notes-api
Saikiruthiga Nov 20, 2024
c96a0cc
Replaced Bookshelf.jsx with the latest version from repo
tanya-newStart Nov 20, 2024
885d638
Merge pull request #36 from tanya-newStart/main
tanya-newStart Nov 20, 2024
eefdb9f
Handle adding the same book
tanya-newStart Nov 20, 2024
d4b8680
Merge pull request #39 from tanya-newStart/bookshelf
tanya-newStart Nov 20, 2024
ef29022
211124: favorite genre added to the profile
ArkoselabsDoesNotWork-38160997 Nov 20, 2024
0e6183d
211124: number of books read adde to profile
ArkoselabsDoesNotWork-38160997 Nov 21, 2024
975daa4
211124: close button added to AddBookToBookshelf.jsx
ArkoselabsDoesNotWork-38160997 Nov 21, 2024
b519739
Merge pull request #40 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 21, 2024
b6ef97c
render the Reviws and ratings
Saikiruthiga Nov 21, 2024
0ab34aa
created a component for providing star rating and reviews
Saikiruthiga Nov 21, 2024
a4bb649
Resolved merge conflicts between main and test-netlify
Saikiruthiga Nov 21, 2024
b14c133
added production url
Saikiruthiga Nov 21, 2024
51cb48e
seachpage css added from main
Saikiruthiga Nov 21, 2024
360cb0a
Removed extra link in the signup page
Saikiruthiga Nov 21, 2024
02c2bab
removed endpoint in the makerequest
Saikiruthiga Nov 21, 2024
5e0d1c9
221124: is_favorite added to books
ArkoselabsDoesNotWork-38160997 Nov 22, 2024
48d0269
Merge remote-tracking branch 'origin/main' into moein/dashboard
ArkoselabsDoesNotWork-38160997 Nov 22, 2024
be7dbb6
221124: BookshelfSection.jsx is added
ArkoselabsDoesNotWork-38160997 Nov 22, 2024
5b8efaa
end point added in makerequest
Saikiruthiga Nov 22, 2024
6f09bcb
error corrected
Saikiruthiga Nov 22, 2024
08ac7d2
removed the extra line
Saikiruthiga Nov 22, 2024
3e3645a
change the key name NEXT_PUBLIC_API_BASE_URL
Saikiruthiga Nov 22, 2024
ab462b9
error corrected
Saikiruthiga Nov 22, 2024
7eeb26e
Deployment changes
Saikiruthiga Nov 22, 2024
a2415c4
explicitly load the local env file
Saikiruthiga Nov 22, 2024
94ec013
Merge pull request #43 from Saikiruthiga/fix-main-error
Saikiruthiga Nov 22, 2024
eb2b303
explicitly load the local env file
Saikiruthiga Nov 22, 2024
3a84c67
Merge pull request #42 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 22, 2024
8bce131
Merge branch 'main' into reviews
Saikiruthiga Nov 22, 2024
d1a8962
added routes for reviews
Saikiruthiga Nov 22, 2024
273577a
Resolving merge conflict
Saikiruthiga Nov 22, 2024
df8ddf8
Merge pull request #44 from Saikiruthiga/test-netlify
Saikiruthiga Nov 22, 2024
a51cddc
Update package-lock.json after reinstalling dependencies
tanya-newStart Nov 22, 2024
7e89191
Merge remote-tracking branch 'upstream/main'
tanya-newStart Nov 22, 2024
5488102
Merge branch 'main' into reviews
Saikiruthiga Nov 22, 2024
5bcf3f8
Initial set up of env files and npm i
tanya-newStart Nov 22, 2024
5588b5e
Create goalsController to handle endpoitns, goalsRouter, and buildGoa…
tanya-newStart Nov 22, 2024
45597ec
all endpoints tested in Postman
tanya-newStart Nov 22, 2024
83a8cc4
Create GoalsWidget component
tanya-newStart Nov 22, 2024
d695c46
Add handleUpdateGoal and handleRefreshGoal functionality to GoalsWidget
tanya-newStart Nov 23, 2024
c659a23
Get rid of 'reset' status
tanya-newStart Nov 23, 2024
a55dcf9
Restore Bookshelf and related components from upstream/main
tanya-newStart Nov 23, 2024
6471e4e
Get rid of strict mode
tanya-newStart Nov 23, 2024
4bf5528
Create bookCount context
tanya-newStart Nov 23, 2024
45f0d2c
Wrap app into BookshelfProvider
tanya-newStart Nov 23, 2024
6320565
Adjust book context to include fetching books
tanya-newStart Nov 23, 2024
7d0498b
Make sure bookShelf is an object
tanya-newStart Nov 23, 2024
6910b99
Use bookshelf context in Profile
tanya-newStart Nov 23, 2024
b6b7e01
created component for user reviews for specific book
Saikiruthiga Nov 23, 2024
6129f0f
Add bookshelf context to Bookshelf
tanya-newStart Nov 23, 2024
eaae5ad
Use useAuth() in FavoriteQuote
tanya-newStart Nov 23, 2024
2a497c8
Add useCallback in Bookshelf
tanya-newStart Nov 23, 2024
19418f4
fix: use server-returned book data to ensure unique book_id
pankaj28843 Nov 23, 2024
e3879e5
Merge pull request #45 from tanya-newStart/goals
tanya-newStart Nov 23, 2024
82dd46e
231124: TopBooks.jsx is added to home page
ArkoselabsDoesNotWork-38160997 Nov 23, 2024
374e31f
231124: Merge remote-tracking branch 'origin/main' into moein/dashboard
ArkoselabsDoesNotWork-38160997 Nov 23, 2024
d2e029d
231124: app/package-lock.json is updated
ArkoselabsDoesNotWork-38160997 Nov 23, 2024
e90acde
Merge pull request #47 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 23, 2024
403b168
Merge pull request #46 from Saikiruthiga/reviews
Saikiruthiga Nov 24, 2024
db93717
Delete unused dependancies from package.json
tanya-newStart Nov 24, 2024
b906058
241124: combine 'About us' and 'our team'
ArkoselabsDoesNotWork-38160997 Nov 24, 2024
9506e3c
251124: Header.jsx is updated
ArkoselabsDoesNotWork-38160997 Nov 24, 2024
00cce53
Merge pull request #48 from Saikiruthiga/moein/dashboard
MoeinHeydari90 Nov 25, 2024
d53e0a4
Add stylings for reviews
Saikiruthiga Nov 25, 2024
0f78003
change response status in the backend route for null response
Saikiruthiga Nov 25, 2024
5894781
Merge pull request #49 from Saikiruthiga/minor-changes
Saikiruthiga Nov 25, 2024
d39a936
added some more validation in the signup form
Saikiruthiga Nov 25, 2024
3107e5a
change button color
Saikiruthiga Nov 25, 2024
3399cd8
Merge remote-tracking branch 'upstream/main' into goals-cleanup
tanya-newStart Nov 25, 2024
3344f32
Merge pull request #16 from tanya-newStart/goals-cleanup
tanya-newStart Nov 25, 2024
b48fc3a
Merge pull request #51 from tanya-newStart/main
tanya-newStart Nov 25, 2024
79a2b81
Create circularProgress component with sparkles
tanya-newStart Nov 25, 2024
8041bab
Create goalContext and make sparkles when goal is achived
tanya-newStart Nov 25, 2024
4fcc811
Add dates and track goals according to dates books are added
tanya-newStart Nov 25, 2024
861ebab
GoalsWidget renders but still causes error
tanya-newStart Nov 25, 2024
7d71237
Merge pull request #50 from Saikiruthiga/validation
Saikiruthiga Nov 26, 2024
9d469bf
Only play sparkles for newly reached goal
tanya-newStart Nov 26, 2024
f67a9ca
changing the tn bright when user enters username and password and ad…
NadaJrad Nov 26, 2024
adc5331
The theme state (useState) and useEffect for initializing and updatin…
NadaJrad Nov 26, 2024
f59c324
adding the themeprovider in the layout.js and adding some styling to …
NadaJrad Nov 26, 2024
c944d55
Merge pull request #53 from Saikiruthiga/Dark/Light-mode
NadaJrad Nov 26, 2024
714143f
add backend routes for the quotes for a specific book
Saikiruthiga Nov 26, 2024
d3de68c
Make the Notes component dynamic for both Quotes and Notes and rename…
Saikiruthiga Nov 26, 2024
99d3d30
Delete unused files MostrecentQuote amd [id]/page.jsx
tanya-newStart Nov 26, 2024
af0697c
Minor changes
Saikiruthiga Nov 26, 2024
dbe78fe
Refresh button deletes active goal
tanya-newStart Nov 26, 2024
d6c1b30
Goals only reflect books added after the goal has been set
tanya-newStart Nov 26, 2024
0836335
Edit the existing active goal
tanya-newStart Nov 26, 2024
474195a
Add some spacing
tanya-newStart Nov 26, 2024
555b79d
Merge remote-tracking branch 'upstream/main' into goals-improve
tanya-newStart Nov 26, 2024
a907c4c
Merge pull request #55 from tanya-newStart/goals-improve
tanya-newStart Nov 26, 2024
13c1eba
271124: quotesController.js (getUserQuotes and addQuote) are updated
ArkoselabsDoesNotWork-38160997 Nov 26, 2024
3279364
Merge pull request #56 from Saikiruthiga/moein/profile
MoeinHeydari90 Nov 26, 2024
82e5816
271124: see more button added to bookshelf section
ArkoselabsDoesNotWork-38160997 Nov 27, 2024
4b49b8f
Merge pull request #57 from Saikiruthiga/moein/profile
MoeinHeydari90 Nov 27, 2024
f90ccd4
Resolve merge conflicts
Saikiruthiga Nov 27, 2024
b524d0a
minor changes in the routes
Saikiruthiga Nov 27, 2024
4115e82
Merge pull request #54 from Saikiruthiga/specific-book-quotes
Saikiruthiga Nov 27, 2024
d4a14fc
improve the search functionalities and minor changes on the Quotesli…
Saikiruthiga Nov 27, 2024
542690b
Merge pull request #58 from Saikiruthiga/search-book
Saikiruthiga Nov 27, 2024
6c37989
Create ConfirmationModal
tanya-newStart Nov 27, 2024
d6a909a
Use confirm modal in deleting the book in bookshelf
tanya-newStart Nov 27, 2024
7f4a8a4
Merge remote-tracking branch 'upstream/main' into confirm
tanya-newStart Nov 27, 2024
7aacf5d
Add confirm modal to deleting the quotes
tanya-newStart Nov 27, 2024
c86c714
Fix delete quote modal
tanya-newStart Nov 27, 2024
9e2498a
Merge pull request #59 from tanya-newStart/confirm
tanya-newStart Nov 27, 2024
82fb8db
the home page is fixed for the dark mode
NadaJrad Nov 27, 2024
4d8324e
Create Error modal with severity prop
tanya-newStart Nov 27, 2024
acd19fa
Create a custom hook for managing error state
tanya-newStart Nov 27, 2024
43b6082
Give user friendly message when username and or password is incorrect
tanya-newStart Nov 27, 2024
f8a24c5
clear console logs in goals component
tanya-newStart Nov 27, 2024
c45e4ea
i removed the toggletheme component and i chnaged with material ui i…
NadaJrad Nov 27, 2024
04583cc
sign up page fixed to the dark mode
NadaJrad Nov 27, 2024
1158757
281124: Most Read Genre and Favorite Author adde to profile
ArkoselabsDoesNotWork-38160997 Nov 28, 2024
87db4ed
Merge pull request #62 from Saikiruthiga/moein/profile
MoeinHeydari90 Nov 28, 2024
e5747e6
Merge remote-tracking branch 'upstream/main' into error-modal
tanya-newStart Nov 28, 2024
39587d2
Merge pull request #61 from tanya-newStart/error-modal
tanya-newStart Nov 28, 2024
4702048
login button in the dark mode fixed
NadaJrad Nov 28, 2024
2d6e291
adding back home button to the sign up componet
NadaJrad Nov 28, 2024
c3d5266
Merge branch 'main' into HomeButton/signUp
NadaJrad Nov 28, 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
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.DS_STORE
.DS_STORE
node_modules/
.env.local
.env.production

15 changes: 0 additions & 15 deletions api/.env-example

This file was deleted.

50 changes: 50 additions & 0 deletions api/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Pull Request Title

**Example:** [FEATURE] Implement User Authentication

---

## Description

Provide a brief summary of what this PR does. Include context, objectives, and any other relevant information.

- What problem does this PR solve?
- What is the impact of the change?

---

## Changes Made

List the main changes in this pull request. Describe what was added, modified, or removed.

- **Frontend:** Describe changes in the React components, hooks, or UI updates.
- **Backend:** Outline updates to Express.js routes, controllers, middleware, or database interactions.

---

## Screenshots (if applicable)

Add screenshots, GIFs, or videos that demonstrate the functionality or UI changes.

---

## Testing Steps

Describe how to test this feature or bug fix.

1. **Frontend:** List any specific UI interactions to test.
2. **Backend:** Outline API endpoints to test, expected responses, or integration points.

---

## Issues Addressed

Link any Tello issues that this pull request closes (if any).

**Example:** Closes (link to Trello ticket)

---

## Additional Notes

Share any other information, such as known issues, limitations, or follow-up tasks.
4 changes: 3 additions & 1 deletion api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.env
.env.local
.env.production
/config/service-account-key.json
Loading