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

Prod deployment - 1 Oct #657

Merged
merged 27 commits into from
Oct 1, 2024
Merged
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
908a0dc
TASK : #0000 Changed Keywords for eventOrganisedBy and IssueCerificate
mahajanmahesh935 Sep 24, 2024
1aee420
Merge pull request #647 from mahajanmahesh935/category
paritshivani Sep 25, 2024
590b8d9
Bug #227680 - [webapp => profile] showing hand cursor for role tags o…
sonaliTekdi Sep 25, 2024
f232bb3
Bug #227322 - [webapp => poll] social medial icons should be visible …
sonaliTekdi Sep 25, 2024
fe334b6
Bug #227683 : [desktop => preference popup] User information popup ge…
mahajanmahesh935 Sep 25, 2024
6ca3c8d
Bug #225739 - [Webapp] On hovering top trending events graph,unable t…
sonaliTekdi Sep 25, 2024
d80a6f6
Merge pull request #649 from sonaliTekdi/webapp_changes
paritshivani Sep 25, 2024
6e102fa
Merge pull request #650 from mahajanmahesh935/category
paritshivani Sep 25, 2024
28f551b
Bug #227681 : [webapp => update preferences] update api is getting fa…
mahajanmahesh935 Sep 25, 2024
45b34e6
Merge pull request #651 from mahajanmahesh935/category
paritshivani Sep 25, 2024
2ec0394
Update App.js for dev
paritshivani Sep 25, 2024
6be1c60
Bug #224665 - Date filter is not working on poll list page
sonaliTekdi Sep 25, 2024
40a70ed
Merge branch 'main' of https://github.com/NIUANULP/nulp-elite-ui into…
sonaliTekdi Sep 26, 2024
87b9279
Merge pull request #652 from sonaliTekdi/webapp_changes
paritshivani Sep 26, 2024
438046f
Bug #227084 - [Home=>Mobile] Explore bar is missing on home page
sonaliTekdi Sep 26, 2024
fe16eb3
Merge branch 'main' of https://github.com/NIUANULP/nulp-elite-ui into…
sonaliTekdi Sep 26, 2024
d09b084
Bug #227764 : Date filter is not working on poll list page
mahajanmahesh935 Sep 26, 2024
09ae84e
Merge pull request #654 from mahajanmahesh935/category
paritshivani Sep 26, 2024
35cb8b4
resolved comment
sonaliTekdi Sep 26, 2024
af8cc56
flickering issue
sonaliTekdi Sep 26, 2024
5ccae91
Update Jenkinsfile for deployment issue - trial
paritshivani Sep 26, 2024
5b42b1c
Update Jenkinsfile
paritshivani Sep 26, 2024
00c3e30
Update Jenkinsfile
vky25 Sep 27, 2024
070b5f3
Merge pull request #653 from sonaliTekdi/webapp_changes
paritshivani Sep 27, 2024
53e2786
Bug #227338 : Ratings and feedback popup is not getting for html5,epu…
mahajanmahesh935 Sep 30, 2024
fad1f88
Merge pull request #655 from mahajanmahesh935/category
paritshivani Oct 1, 2024
0e17cf7
Merge branch 'prod-main' into main
paritshivani Oct 1, 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
2 changes: 1 addition & 1 deletion packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
@@ -286,7 +286,7 @@ function App() {
console.error("Error fetching user data:", error);
}
};

console.log("dev here")
fetchData();
UserData();
}, []);
2 changes: 1 addition & 1 deletion packages/nulp_elite/src/pages/SelectPreference.js
Original file line number Diff line number Diff line change
@@ -295,7 +295,7 @@ setSubCategories(data?.result?.framework?.categories[SubCategoryindex]?.terms);
board: [selectedCategory],
medium: selectedLanguages,
gradeLevel: selectedSubCategory,
subject: [selectedTopic],
// subject: [selectedTopic],
id: "nulp-domain",
},
userId: _userId,