-
Notifications
You must be signed in to change notification settings - Fork 24
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
feature/project #166
base: develop
Are you sure you want to change the base?
feature/project #166
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de39fa3 - Browse repository at this point
Copy the full SHA de39fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146c2a3 - Browse repository at this point
Copy the full SHA 146c2a3View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc382dc - Browse repository at this point
Copy the full SHA cc382dcView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d4b952 - Browse repository at this point
Copy the full SHA 4d4b952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed83e5 - Browse repository at this point
Copy the full SHA 3ed83e5View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2b5beb - Browse repository at this point
Copy the full SHA f2b5bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ef1a0 - Browse repository at this point
Copy the full SHA 47ef1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e6f52 - Browse repository at this point
Copy the full SHA 42e6f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766e43b - Browse repository at this point
Copy the full SHA 766e43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 843bf6a - Browse repository at this point
Copy the full SHA 843bf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab51da - Browse repository at this point
Copy the full SHA 1ab51daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3b90b - Browse repository at this point
Copy the full SHA bb3b90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d340c2 - Browse repository at this point
Copy the full SHA 7d340c2View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed7b0fe - Browse repository at this point
Copy the full SHA ed7b0feView commit details
Commits on Aug 6, 2024
-
install tailwind, adjust its config file; apply tailwind styles in ap…
…p; modify view components(register, login, home); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for f09f7a7 - Browse repository at this point
Copy the full SHA f09f7a7View commit details
Commits on Aug 7, 2024
-
separate core components into folders; add button, link & title compo…
…s; add getAllAds logic, handler, & test in api; create getAllAds in App and apply it in Home; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for a644b4f - Browse repository at this point
Copy the full SHA a644b4fView commit details
Commits on Aug 8, 2024
-
modify logics getAllAds in api & app; modify home view to show ads; a…
…dd installation and execution instructions in readme files in both, api & app; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 231bc3c - Browse repository at this point
Copy the full SHA 231bc3cView commit details
Commits on Aug 9, 2024
-
add createAd logic, handler, & tests(node & curl)in api; add createAd…
… logic in app; add Ad component and its styles; add validation for price property; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 42cf46b - Browse repository at this point
Copy the full SHA 42cf46bView commit details
Commits on Aug 10, 2024
-
add deleteAd logic, its handler, & tests(node & sh); add deleteAd log…
…ic in app; rename Ad component to AdList & create Ad component in app; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for c3ac819 - Browse repository at this point
Copy the full SHA c3ac819View commit details
Commits on Aug 11, 2024
-
update readme instructions in api to run mongodb server & to run mong…
…odb client (shell) (mogosh); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 1ec22b9 - Browse repository at this point
Copy the full SHA 1ec22b9View commit details
Commits on Aug 13, 2024
-
change names api & app to Backend & Frontend respectively; modify ins…
…tructions in readme files in front & back; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 509c443 - Browse repository at this point
Copy the full SHA 509c443View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a32e945 - Browse repository at this point
Copy the full SHA a32e945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e0986 - Browse repository at this point
Copy the full SHA 55e0986View commit details -
change deleteAd logic to function in frontend & eliminate console log…
…s; update syntax in the catch by removing errors.; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 3f937ba - Browse repository at this point
Copy the full SHA 3f937baView commit details -
remove setStamp from Ad component, ad console errors; add refreshStam…
…p prop in AdList component; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 1aee12d - Browse repository at this point
Copy the full SHA 1aee12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12bb90c - Browse repository at this point
Copy the full SHA 12bb90cView commit details
Commits on Aug 15, 2024
-
add logic get user info & its tests(node, curl) in backend; add get u…
…ser info logic in frontend; add utils folder with a function to validate & extract the payload from a JWT in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 7d1e79d - Browse repository at this point
Copy the full SHA 7d1e79dView commit details -
update logic get user info and its handler to bring all user data in …
…backend; delete adlist route in App file, update get user info, & move logic from home to Adlist component in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for dfe78d7 - Browse repository at this point
Copy the full SHA dfe78d7View commit details -
add logoutUser logic, move logic to get user info from adlist to home…
…, create Header component & its styles & apply it in App file, correct navigate in Login view, and modify styles in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 0fd564d - Browse repository at this point
Copy the full SHA 0fd564dView commit details
Commits on Aug 16, 2024
-
add createAdForm component, add routeto navigate to view for this com…
…ponent, organize elements in header and its styles in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for d2ac614 - Browse repository at this point
Copy the full SHA d2ac614View commit details
Commits on Aug 17, 2024
-
add isUserLoggedIn logic & add it to routes in App, add token authori…
…zation in createAd logic, add param user in Header & move Header renderization from App to Home, update Title component & add new title in Login view, add confirm message in Ad compo, add date in AdList compo in frontend; update createAdHandler to print data in backend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 9a3f8a9 - Browse repository at this point
Copy the full SHA 9a3f8a9View commit details
Commits on Aug 19, 2024
-
add createAdButton compo & styles, add it to home view; remove try-ca…
…tch from CreateAdForm in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 857635c - Browse repository at this point
Copy the full SHA 857635cView commit details -
in frontend: create time function with desired format & add it to Adl…
…ist, add icons for header(logout, search, & info) & update its styles; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 7d87f7c - Browse repository at this point
Copy the full SHA 7d87f7cView commit details
Commits on Aug 21, 2024
-
in frontend:update Title compo, add createComment compo, add createAd…
…Comment logic, add AdPage view and it route in App, modify Adlist compo to navigate to adpage, add getAdId & createAdCommnet logics; in backend: add createAdComment & getAdId logics & handlers, add tests for createAdComment(node & curl); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 34c3167 - Browse repository at this point
Copy the full SHA 34c3167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fe3aa - Browse repository at this point
Copy the full SHA 02fe3aaView commit details -
update CreateComment wt createAdComment logic & renderization; add se…
…cond populate in Ad logic to bring ad comments; add userId to sessionStorage in loginUser logic; update AdPage view wt CreateComment compo & its renderization; update Ad compo wt stop propagation to handle the delete ad onclick only on its button; update AdList compo to show delete button only for ads created by the same user that is logged in b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 5fe8dc2 - Browse repository at this point
Copy the full SHA 5fe8dc2View commit details
Commits on Aug 22, 2024
-
add handle in AdPage view to show comments after creation & change ca…
…ncel button to Link; add try-catch, Button & useState to show message in CreateAdForm compo; add try-catch, useState, f orm reset, onAdCommentSubmitted param, & update button to compo in CreateComment compo; change name logics from getAdId to getAd; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 3ae9c42 - Browse repository at this point
Copy the full SHA 3ae9c42View commit details -
change Link compo to Link from react-router-dom, remove handle to nav…
…igate to Login, & add Title for app name in Register; move Link from AdPage view to CreateComment compo, use Link from react-router-dom instead & add styles for Cancel Link; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 3713aec - Browse repository at this point
Copy the full SHA 3713aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5a009 - Browse repository at this point
Copy the full SHA 9a5a009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5cc1f - Browse repository at this point
Copy the full SHA 3a5cc1fView commit details
Commits on Aug 23, 2024
-
in backend: update name from deleteComment to deleteAdCommnet & its l…
…ogic; add tests(node & curl) for deleteAdComment logic; add searchAds logic, handler, route & node test; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 7137212 - Browse repository at this point
Copy the full SHA 7137212View commit details -
in backend: remove the _id conversion to id; in frontend: add deleteA…
…dComment logic; change url endpoint to ad from ads in getAd logic; add searchAds logic, add SearchBox compo & appy it to Home view; add use state for renderization in home; expand funtionality in AdPage compo to delete ad comments, change param from id to _id in Ad compo; add Home useState params & add index as key in AdList compo; add DeleteAdComment compo; add param & onClick funtionality for the search icon in Header; add SearchBox compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 7abcd20 - Browse repository at this point
Copy the full SHA 7abcd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84244af - Browse repository at this point
Copy the full SHA 84244afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529747e - Browse repository at this point
Copy the full SHA 529747eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad203a - Browse repository at this point
Copy the full SHA 5ad203aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 079e91c - Browse repository at this point
Copy the full SHA 079e91cView commit details
Commits on Aug 24, 2024
-
centralize data fetching & state management in Home compo: move loadA…
…ds & handleAdDeleted functions from AdList to Home; separate getUserInfo logic into ist own function(fetchUserInfo); update props in AdList component(adsFiltered & onAdDeleted); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for ef1a2a7 - Browse repository at this point
Copy the full SHA ef1a2a7View commit details -
move if statement to wrap entire delete logic; remove the ad._id prop…
… when calling onAdDeleted(reload all ads in Home already); add classname to div; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for d886c71 - Browse repository at this point
Copy the full SHA d886c71View commit details -
add searchText state in SearchBox compo; modify input to controlled f…
…untionality; add handleSearchChange function to update state as user types; modify handleSearchSubmit to use state value instead of input value; add input clearing with setSearchText(); add div to wrap form contents; add classes & styles; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for eee52b9 - Browse repository at this point
Copy the full SHA eee52b9View commit details
Commits on Aug 27, 2024
-
change styles in Home, AdPage, AdList, CreateAdButton, CreateComment,…
… Header, & SearchBox; add styles for DeleteAdComment; create new class names in files accordingly; move CreateAdButton outside div; add Link to return to ads from AdPage; add footer & place CreateAdButton in it; add message for errors in DeleteAdComment compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 2db65be - Browse repository at this point
Copy the full SHA 2db65beView commit details -
add clear search functionality & logo in SearchBox compo; add conditi…
…onal ternary operator in AdList; add & update styles in SearchBox compo; ad file Context(unused); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 2dcbb39 - Browse repository at this point
Copy the full SHA 2dcbb39View commit details
Commits on Aug 28, 2024
-
replace filterAds function with searchAds logic, remove adsFiltered s…
…tate & add state variable isLoading in Home; add ads prop & remove adsFiltered in AdList compo; remove filterAds prop & add searchText, setSearchText, onSearch props & remove searchText state variable in SearchBox compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for aca2d71 - Browse repository at this point
Copy the full SHA aca2d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394b72d - Browse repository at this point
Copy the full SHA 394b72dView commit details -
move logics(loadAds & handleSearch) in Home to components AdList & Se…
…archBox respectively; remove cancel button in CreateComment compo; remove back to ads button in AdPage compo & add arrow back button instead; add button to update Ad compo ( without logic yet); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 5f0d2d6 - Browse repository at this point
Copy the full SHA 5f0d2d6View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ca7bd0 - Browse repository at this point
Copy the full SHA 0ca7bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5a1bf - Browse repository at this point
Copy the full SHA 0e5a1bfView commit details -
update Home, AdList, & SearchBox compos by moving states to children …
…componets; use navigate & location for queries in Home & add useEffect to update search changes, move searchAds logic from SearchBox to AdList; remove loadAds from SearchBox; add handleClearSearch in SearckBox compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 8fe84c6 - Browse repository at this point
Copy the full SHA 8fe84c6View commit details
Commits on Aug 30, 2024
-
remove conditional if/else for searchAds logic in AdList compo; clean…
…-up code in AdPage compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 4cf56d0 - Browse repository at this point
Copy the full SHA 4cf56d0View commit details -
add conditional & key in Home; add useEffect in searchBox to keep tex…
…t in SearBox compo to update the searchText state with new value of initialSearchText; add logical operator to handle undefined/null values; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 2dd6965 - Browse repository at this point
Copy the full SHA 2dd6965View commit details -
add params & validations in updateAd logic; add handler and route for…
… updateAd; add test(node & curl) for updatead; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 96b6cdb - Browse repository at this point
Copy the full SHA 96b6cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f073fb - Browse repository at this point
Copy the full SHA 3f073fbView commit details -
remove key & initialize currentSearchText state variable to null; add…
… conditional rendering statement for the Adlist in Home; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for e5eae8b - Browse repository at this point
Copy the full SHA e5eae8bView commit details -
add UpdateAdForm view; add updateAd logic in frontend; add route path…
… for UpdateAdForm view in App; update navigate route in Ad compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for a6ead6f - Browse repository at this point
Copy the full SHA a6ead6fView commit details
Commits on Aug 31, 2024
-
move logics from Home & AdList to Context; use context in Home & AdLi…
…st & modify props; update Ad compo to receive props on ad deleted to load the ads after deletion; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for e39eb85 - Browse repository at this point
Copy the full SHA e39eb85View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b1fb5f - Browse repository at this point
Copy the full SHA 2b1fb5fView commit details
Commits on Sep 6, 2024
-
change name logic getUserInfo to getUsername & update implementations…
… in other files; add logic getUserInfo, handler, route, & tests(node, curl); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 18b5569 - Browse repository at this point
Copy the full SHA 18b5569View commit details -
add views(MyAccount, MyAds, & MyComments); add UserInfoMenu compo & u…
…se it in Header; add funtionality to MyAccount view to show user info on click; create route to navigate to MyAccount view; add logic getUserInfo in frontend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 9e9361c - Browse repository at this point
Copy the full SHA 9e9361cView commit details -
add getUserAds logic, handler, route definition, & tests(node, curl);…
… add json stringify in tests to convert adcommnets object to JavaScript Object Notation; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 9c80364 - Browse repository at this point
Copy the full SHA 9c80364View commit details
Commits on Sep 7, 2024
-
add logic getUserAds in frontend, add code funtionality in MyAds view…
… with state variable & use effect; add path route in App for MyAds view; add handle in UserInfoMenu to navigate to MyAds view on click; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for f7e2cae - Browse repository at this point
Copy the full SHA f7e2caeView commit details -
change route paths for MyAds & MyAccount in App; remove userId props …
…as it is extracted from JWT; add div in Header compo; change styles SearchBox & AdList compos to see full drop-down menu; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for de5d72b - Browse repository at this point
Copy the full SHA de5d72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8e90d - Browse repository at this point
Copy the full SHA 6f8e90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 974b7b2 - Browse repository at this point
Copy the full SHA 974b7b2View commit details -
add event stop propagation with confirm in DeleteAdComment compo; add…
… alert for error handling in logic; remove message state variable; change onAdCommentSubmitted to onCommentDeleted for clarity in DeleteAdComment compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for dd909a2 - Browse repository at this point
Copy the full SHA dd909a2View commit details
Commits on Sep 9, 2024
-
remome event stop propagation in DeleteAdComment compo in frontend; …
…add spec test for authenticateUser & createAd logics in backend; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 9ac81e7 - Browse repository at this point
Copy the full SHA 9ac81e7View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed675aa - Browse repository at this point
Copy the full SHA ed675aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6869e6 - Browse repository at this point
Copy the full SHA f6869e6View commit details
Commits on Sep 11, 2024
-
add spec test for deleteAdComment logic; update styles to show text b…
…elow search box when there are no ads; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 79f88bb - Browse repository at this point
Copy the full SHA 79f88bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97952da - Browse repository at this point
Copy the full SHA 97952daView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dd3d0a - Browse repository at this point
Copy the full SHA 8dd3d0aView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dee1f0b - Browse repository at this point
Copy the full SHA dee1f0bView commit details -
add funtionality to get the comments in the ads from the user logged …
…when navigating to MyAds view; add styles for ad comments; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 6d5f586 - Browse repository at this point
Copy the full SHA 6d5f586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9d82b - Browse repository at this point
Copy the full SHA 8b9d82bView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1de869e - Browse repository at this point
Copy the full SHA 1de869eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd61b9a - Browse repository at this point
Copy the full SHA cd61b9aView commit details -
add getUserComments logic in frontend; update logic in backend to ret…
…urn adsWithUserComments instead of the whole ads; create route path for MyComments compo/view; add code/logic & funtionality to MyComments; add hadle for MyComments in UserInfoMenu; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 55d4da0 - Browse repository at this point
Copy the full SHA 55d4da0View commit details
Commits on Sep 17, 2024
-
add Confirm & Alert compos with styles; update useContext code & elim…
…inate containing folder;add Context.Provider in App to pass down the handleMessage function & allow other compos to trigger alert messages by calling alert; apply useContext in Home & Login; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for a535cb9 - Browse repository at this point
Copy the full SHA a535cb9View commit details -
add geoLocation property in data model & files using createAd logic; …
…add validation for location; add browser geolocation API & pass along with the ad creation request; add useState to manage user location(latitude & longitude); b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 57e453e - Browse repository at this point
Copy the full SHA 57e453eView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6e8b24 - Browse repository at this point
Copy the full SHA d6e8b24View commit details -
add default values to the onClick and className props for the custom …
…Button component; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 20264a1 - Browse repository at this point
Copy the full SHA 20264a1View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e799273 - Browse repository at this point
Copy the full SHA e799273View commit details -
remove message state variable & its applications in Home & Login; rem…
…ove unused code; change styles in SearchBox compo to improve visibility below Header; match styles in Ad compo buttons; add styles to UserInfoMenu to display on top of SerachBox; change width & height to auto values in Alert compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 9732d0e - Browse repository at this point
Copy the full SHA 9732d0eView commit details -
install leaflet & react-leafleat; add MapComponent compo & implement …
…it in AdPage compo; remove z-index in SearchBox styles to control the staking order of elements; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 8825099 - Browse repository at this point
Copy the full SHA 8825099View commit details
Commits on Sep 20, 2024
-
add prettier file to the BE project; add conditional in case geolocat…
…ion is missing in createAd logic; add lat & long object properties in spec tests(createAd & deleteAd; add geolocation in test curl for create-ad; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for f27cde4 - Browse repository at this point
Copy the full SHA f27cde4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9666605 - Browse repository at this point
Copy the full SHA 9666605View commit details
Commits on Sep 21, 2024
-
add further styles in UserInfoMenu & move them to css file; update st…
…yles in Header compo with z-index to show UserInfoMenu items on top of SearchBox when clicked; change styles in SearchBox to be below Header; modify styles in AdList for better visibility & remove Posted by before ad author; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for c1b26dc - Browse repository at this point
Copy the full SHA c1b26dcView commit details -
add styles to MyAccount compo; change styles for better visibility in…
… Header, Title, MyAds, & MyCommnets; add Arrow in all UserInfoMenu components to go back to previous page; separate styles into css files; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 659c3a5 - Browse repository at this point
Copy the full SHA 659c3a5View commit details
Commits on Sep 23, 2024
-
add geolocation prop in logics backend; add further cases in test spe…
…c getUsername; add further cases in createAd spec test; add registerUser spec test, modify validate for geoLocation; reduce top margin in AdList view; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for ec3ffde - Browse repository at this point
Copy the full SHA ec3ffdeView commit details -
add type property in Button(CreateAdForm); modify margin top in alert…
… to be visible in center;remove second NotFoundError for ad in CreateAdComment; add contactInfo property in Ad data model; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for aad9d37 - Browse repository at this point
Copy the full SHA aad9d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e24d1b - Browse repository at this point
Copy the full SHA 5e24d1bView commit details -
in Backend: add contactInfo property in createAd logic, handler, test…
…, & spec tests; add spec test for getUserInfo logic; add validation for contactInfo; in Frontend: add contactInfo property in createAdlogic, CreateAdForm & AdPage; add styles for contactInfo in AdPage & modify styles in Confirm compo to center box; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 3a708b6 - Browse repository at this point
Copy the full SHA 3a708b6View commit details
Commits on Sep 24, 2024
-
modify styles in MyAccount compo for improved visualization & consist…
…ency; clean-up unused & commented code; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for dc8545b - Browse repository at this point
Copy the full SHA dc8545bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b294ed - Browse repository at this point
Copy the full SHA 0b294edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cfa62 - Browse repository at this point
Copy the full SHA e1cfa62View commit details -
move funtion fetchUserLocation from Home to SearchBox & use it in use…
…Effect; add onLocationUpdate param in SearchBox; add conditional in useEffect in Home to return to search results when going back maintaining the search input &user location; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 4d9e08e - Browse repository at this point
Copy the full SHA 4d9e08eView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b69a2f8 - Browse repository at this point
Copy the full SHA b69a2f8View commit details -
add contactInfo param in updateAds logics, handler, & UpdateAdForm co…
…mpo;add styles for UpdateAdForm; modify error message in SystemError to standardize it; add useContex for alerts in MyAccount, MyAds, & MyComments compos; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 0dec12d - Browse repository at this point
Copy the full SHA 0dec12dView commit details -
add location dependency in useEffect to maintain search location afte…
…r going back(arrow) in ad; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for f7b6100 - Browse repository at this point
Copy the full SHA f7b6100View commit details -
add useContext for alerts in AdList compo; modify styles in alert & c…
…onfirm compos; add/modify styles & classNames in other compos; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 4757d42 - Browse repository at this point
Copy the full SHA 4757d42View commit details -
move calculateDistance logic from frontend to backend; add round styl…
…ess for buttons in UpdateAdForm compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 03458ef - Browse repository at this point
Copy the full SHA 03458efView commit details -
modify api route for createAdHandler & logic FE; add maxDistance para…
…m & query in searchAdsHandler; add searchAds spec test & add arguments (lat, long, maxDistance) in node test; add contactInfo in body create-ad curl request; add geographic filters(lat, lng, maxDistance) in search-ads curl request; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for ae5f50a - Browse repository at this point
Copy the full SHA ae5f50aView commit details
Commits on Sep 26, 2024
-
add validate for searchText & userLocation in BE searchAds logic; rem…
…ove value from maxDistance variable in searchAdsHandler; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 96b9181 - Browse repository at this point
Copy the full SHA 96b9181View commit details -
add default value for the maxDistance parameter in searchAdsHandler; …
…add validation for maxDistance in searchAds logic, add validadeMaxDistance function in validate file; try maintining user search & location with handler & navigatio(back previous to a search page & user location as part of the state; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for b0b600c - Browse repository at this point
Copy the full SHA b0b600cView commit details -
add userLocation param in loadFilteredAds (AdList); remove dependency…
… array in useEffect to run only once component mounts(SearchBox); add null state initialization & simplify useEffect(sets currentSearchText based on q; only depends on search) in Home; claean up code AdPage compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for e016dd4 - Browse repository at this point
Copy the full SHA e016dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f2d2d - Browse repository at this point
Copy the full SHA e0f2d2dView commit details -
add function maxDistanceNumber to convert maxDistance query param fro…
…m a tring to a number; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 6429950 - Browse repository at this point
Copy the full SHA 6429950View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dea896b - Browse repository at this point
Copy the full SHA dea896bView commit details -
increase searchText length in validation & add condition for empty ar…
…ray in searchAds logic; modify cases for searchAds spec test; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 611e1bf - Browse repository at this point
Copy the full SHA 611e1bfView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dbcf09 - Browse repository at this point
Copy the full SHA 8dbcf09View commit details -
update readme for general app; modify styles in AdPage to show commen…
…ts text wrapped; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for f2d92f0 - Browse repository at this point
Copy the full SHA f2d92f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce1093 - Browse repository at this point
Copy the full SHA 9ce1093View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04edf09 - Browse repository at this point
Copy the full SHA 04edf09View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec20214 - Browse repository at this point
Copy the full SHA ec20214View commit details -
change dependency to adId in useEffect; add error handlin
g to chooseAdtoUpdate function; remove onClick handler from submit button; add contactInfo in request body curl test updateAd; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 832efcc - Browse repository at this point
Copy the full SHA 832efccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c3e83 - Browse repository at this point
Copy the full SHA e8c3e83View commit details -
add try-catch in fetchUserLocation function & add useContext for aler…
…ts in SearchBox compo; replace console logs with alerts in getuserLocation function & Searchbox compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for a94bbea - Browse repository at this point
Copy the full SHA a94bbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb563a - Browse repository at this point
Copy the full SHA 3bb563aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ea3bf - Browse repository at this point
Copy the full SHA f4ea3bfView commit details -
move files in CreateAdForm folder into separate files in views & chan…
…ge file path for imports where necessary; modify styles in Confirm compo to improve its visibility message in AdPage for deleting comments; add useContext for alerts in DeleteAdComment compo; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 4f83794 - Browse repository at this point
Copy the full SHA 4f83794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769943d - Browse repository at this point
Copy the full SHA 769943dView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42bbca7 - Browse repository at this point
Copy the full SHA 42bbca7View commit details -
remove useNavigate; handle route logics in separate components(render…
…s) & move conditional rendering to them; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 5af7ddd - Browse repository at this point
Copy the full SHA 5af7dddView commit details -
modify readme files; modify response status to send response without …
…payload; remove result of updateAd; change id to raw MongoDB document ID; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for 22da242 - Browse repository at this point
Copy the full SHA 22da242View commit details -
modify styles to show confirm & alerts messages, add styles in-line f…
…or Map container in AdPage; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for d8d7106 - Browse repository at this point
Copy the full SHA d8d7106View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb91aa9 - Browse repository at this point
Copy the full SHA bb91aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e648f - Browse repository at this point
Copy the full SHA 97e648fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f545f - Browse repository at this point
Copy the full SHA 62f545fView commit details -
add empty array to reset ads state if error(clears previous loaded ad…
…s before error message; modify styles to wrap text in comments showed in MyAds & MyComments compos; modify styles confirm to appear in screen center; modify the result of ad creation to return the created ad; b00tc4mp#165
Configuration menu - View commit details
-
Copy full SHA for ff59370 - Browse repository at this point
Copy the full SHA ff59370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27765aa - Browse repository at this point
Copy the full SHA 27765aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ad21e - Browse repository at this point
Copy the full SHA a1ad21eView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fec0d82 - Browse repository at this point
Copy the full SHA fec0d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3880be6 - Browse repository at this point
Copy the full SHA 3880be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecfd26 - Browse repository at this point
Copy the full SHA 8ecfd26View commit details -
Configuration menu - View commit details
-
Copy full SHA for b256531 - Browse repository at this point
Copy the full SHA b256531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cd2ac - Browse repository at this point
Copy the full SHA 71cd2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1ba5c - Browse repository at this point
Copy the full SHA fa1ba5cView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36130d8 - Browse repository at this point
Copy the full SHA 36130d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2312c82 - Browse repository at this point
Copy the full SHA 2312c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5619458 - Browse repository at this point
Copy the full SHA 5619458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957e3db - Browse repository at this point
Copy the full SHA 957e3dbView commit details -
Merge branch 'feature/project' of https://github.com/Eduardolans/isdi…
…-parttime-202403 into feature/project
Configuration menu - View commit details
-
Copy full SHA for 4bf4fff - Browse repository at this point
Copy the full SHA 4bf4fffView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e64661 - Browse repository at this point
Copy the full SHA 0e64661View commit details