Compare commits

...

No commits in common. "master" and "ai-dev" have entirely different histories.

9 changed files with 51 additions and 32 deletions

5
.gitignore vendored
View File

@ -1,3 +1,2 @@
node_modules/
*/node_modules/
*/build/
/backend/node_modules
/frontend/node_modules

View File

@ -134,6 +134,14 @@ const DiscussionBoardsData = [
];
const EnrollmentsData = [
{
// type code here for "relation_one" field
// type code here for "relation_one" field
payment_status: 'Pending',
},
{
// type code here for "relation_one" field
@ -147,7 +155,7 @@ const EnrollmentsData = [
// type code here for "relation_one" field
payment_status: 'Pending',
payment_status: 'Completed',
},
{
@ -155,15 +163,7 @@ const EnrollmentsData = [
// type code here for "relation_one" field
payment_status: 'Pending',
},
{
// type code here for "relation_one" field
// type code here for "relation_one" field
payment_status: 'Pending',
payment_status: 'Completed',
},
];

View File

@ -1,14 +0,0 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args: ['-c', 'docker pull gcr.io/fldemo2/test4-29852-dev:latest || exit 0']
- name: 'gcr.io/cloud-builders/docker'
args: [
'build',
'-t', 'gcr.io/fldemo2/test4-29852-dev:latest',
'--file', 'Dockerfile.dev',
'--cache-from', 'gcr.io/fldemo2/test4-29852-dev:latest',
'.'
]
images: ['gcr.io/fldemo2/test4-29852-dev:latest']
logsBucket: 'gs://fldemo2-cloudbuild-logs'

1
docker/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data/

33
frontend/.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local.js env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
/.idea/

View File

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -18,9 +18,9 @@ export default function WebSiteFooter({
const borders = useAppSelector((state) => state.style.borders);
const websiteHeder = useAppSelector((state) => state.style.websiteHeder);
const style = FooterStyle.WITH_PAGES;
const style = FooterStyle.WITH_PROJECT_NAME;
const design = FooterDesigns.DESIGN_DIVERSITY;
const design = FooterDesigns.DEFAULT_DESIGN;
return (
<div

View File

@ -19,7 +19,7 @@ export default function WebSiteHeader({
const websiteHeder = useAppSelector((state) => state.style.websiteHeder);
const borders = useAppSelector((state) => state.style.borders);
const style = HeaderStyle.PAGES_RIGHT;
const style = HeaderStyle.PAGES_LEFT;
const design = HeaderDesigns.DESIGN_DIVERSITY;
return (

View File

@ -148,7 +148,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'test4'}
image={['Interactive dashboard with analytics']}
withBg={0}
withBg={1}
features={features_points}
mainText={`Explore Key Features of ${projectName}`}
subTitle={`Unlock the full potential of online education with ${projectName}. Discover features designed to enhance learning and streamline management.`}