Skip to content

Commit

Permalink
Merge pull request #46 from Nailsonseat/business-data-management
Browse files Browse the repository at this point in the history
Business data management
  • Loading branch information
Nailsonseat authored Jul 10, 2024
2 parents e085ceb + c58e687 commit b406624
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 5 deletions.
61 changes: 56 additions & 5 deletions lib/all_projects.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ List<Project> projects = [
HtmlSection(title: "Description", bodyPath: 'lib/pages/projects/smart_india_hackathon_2023/description.html'),
const PDFSection(
title: 'Our Presentation',
pdfPath: 'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/smart_india_hackathon_2023/presentation.pdf'),
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/smart_india_hackathon_2023/presentation.pdf'),
const PDFSection(
title: 'Our Project Report',
pdfPath: 'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/smart_india_hackathon_2023/prospective.pdf'),
HtmlSection(
title: "Hackathon Results",
bodyPath: 'lib/pages/projects/smart_india_hackathon_2023/internals.html'),
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/smart_india_hackathon_2023/prospective.pdf'),
HtmlSection(title: "Hackathon Results", bodyPath: 'lib/pages/projects/smart_india_hackathon_2023/internals.html'),
],
timelineIcons: [
Ionicons.bookmark_sharp,
Expand Down Expand Up @@ -370,6 +370,57 @@ List<Project> projects = [
TableOfContentsComponent(title: "Demo Video", subComponents: []),
],
),
Project(
title: ProjectNames.businessDataManagement,
image: 'lib/assets/images/project_banners/business_data_management.jpg',
source: '',
pagePath: '/home/Business_Data_Management',
briefDescription:
'BDM Capstone Project is an independent research project where the student is expected to reach out to a business firm, identify the issues or the problem(s) they face, collect primary data pertaining to it, clean the data, analyze it, and provide novel/ valuable insights to the decision maker(s).',
description: '',
buttonSecondaryColor: HexColor('#90C0F0'),
buttonPrimaryColor: HexColor('#012E46'),
primaryColor: HexColor('#90C0F0'),
secondaryColor: HexColor('#012E46'),
sections: [
HtmlSection(title: "Description", bodyPath: 'lib/pages/projects/business_data_management/description.html'),
const PDFSection(
title: 'Proposal',
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/business_data_management/proposal.pdf'),
const PDFSection(
title: 'Interim Report',
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/business_data_management/mid_report.pdf'),
const PDFSection(
title: 'Final Report',
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/business_data_management/final_subssion.pdf'),
const PDFSection(
title: 'Presentation',
pdfPath:
'https://raw.githubusercontent.com/Nailsonseat/Portfolio_Website/master/lib/pages/projects/business_data_management/presentation.pdf'),
],
timelineIcons: [
Ionicons.bookmark_sharp,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
EvaIcons.fileText,
],
tableOfContents: [
TableOfContentsComponent(title: "Description", subComponents: []),
TableOfContentsComponent(title: "Proposal", subComponents: []),
TableOfContentsComponent(title: "Interim Report", subComponents: []),
TableOfContentsComponent(title: "Final Report", subComponents: []),
TableOfContentsComponent(title: "Presentation", subComponents: []),
],
),
Project(
title: ProjectNames.acharyaSetu,
image: 'lib/assets/images/project_banners/acharya_setu.jpg',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/constants/project_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ class ProjectNames{
static String smartIndiaHackathon2023 = "Smart India Hackathon 2023";
static String samsungSolveForTomorrow = "Samsung Solve For Tomorrow";
static String shellAIHackathon = "Shell AI Hackathon";
static String businessDataManagement = "Business Data Management";
}
6 changes: 6 additions & 0 deletions lib/generated/assets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class Assets {
static const String browserPagesAllProjectsPage = 'lib/pages/project_browser/browser_pages/all_projects_page.dart';
static const String browserPagesDevelopmentsProjectsPage = 'lib/pages/project_browser/browser_pages/developments_projects_page.dart';
static const String browserPagesMlProjectsPage = 'lib/pages/project_browser/browser_pages/ml_projects_page.dart';
static const String businessDataManagementDescription = 'lib/pages/projects/business_data_management/description.html';
static const String businessDataManagementFinalSubmission = 'lib/pages/projects/business_data_management/final_submission.pdf';
static const String businessDataManagementMidReport = 'lib/pages/projects/business_data_management/mid_report.pdf';
static const String businessDataManagementPresentation = 'lib/pages/projects/business_data_management/presentation.pdf';
static const String businessDataManagementProposal = 'lib/pages/projects/business_data_management/proposal.pdf';
static const String chatbotChatbot = 'lib/chatbot/chatbot.dart';
static const String classicSnakeFfpsConclusion = 'lib/pages/projects/classic_snake_ffps/conclusion.html';
static const String classicSnakeFfpsDescription = 'lib/pages/projects/classic_snake_ffps/description.html';
Expand Down Expand Up @@ -118,6 +123,7 @@ class Assets {
static const String profilePicProfilePic = 'lib/assets/images/profile_pic/profile_pic.png';
static const String profilePicProfilePicFlipped = 'lib/assets/images/profile_pic/profile_pic_flipped.png';
static const String projectBannersAcharyaSetu = 'lib/assets/images/project_banners/acharya_setu.jpg';
static const String projectBannersBusinessDataManagement = 'lib/assets/images/project_banners/business_data_management.jpg';
static const String projectBannersDataInIpl = 'lib/assets/images/project_banners/data_in_ipl.png';
static const String projectBannersECommerceBehaviourUnderstanding = 'lib/assets/images/project_banners/e_commerce_behaviour_understanding.png';
static const String projectBannersFossOverflow = 'lib/assets/images/project_banners/foss_overflow.png';
Expand Down
9 changes: 9 additions & 0 deletions lib/pages/projects/business_data_management/description.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div>
BDM Capstone Project is an independent research project where the student is expected to reach
out to a business firm (either from organized sectors viz., well established businesses in
manufacturing, IT, automobile sectors etc. which has excellent systems in place to handle and
manage data or from an unorganized sectors like Kirana stores, vegetable vendors etc. which do
not maintain proper records), identify the issues or the problem(s) they face, collect primary
data pertaining to it, clean the data, analyze it, and provide novel/ valuable insights to the
decision maker(s).
</div>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions lib/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ final GoRouter routes = GoRouter(
child: getProjectPageTemplate(ProjectNames.shellAIHackathon),
),
),
GoRoute(
path: 'Business_Data_Management',
pageBuilder: (context, state) => MaterialPage(
child: getProjectPageTemplate(ProjectNames.businessDataManagement),
),
),
],
),
],
Expand Down

0 comments on commit b406624

Please sign in to comment.