-
Notifications
You must be signed in to change notification settings - Fork 27
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
Incorporating Static Branch for FrontEnd Rendering #38
Conversation
@@ -191,7 +268,7 @@ export default function Courses() { | |||
<p | |||
onClick={() => | |||
router.push( | |||
'/courses/' + course.id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structural Change. not appropriate representation of current backend service.
|
||
const { privateKey } = JSON.parse(process.env.PRIVATE_KEY!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend Disconnected
@@ -13,6 +13,79 @@ import { useRouter } from 'next/router' | |||
import { RiDeleteBin6Line } from 'react-icons/ri' | |||
import { deleteCourse } from '../../services/db/courses/deleteCourse' | |||
|
|||
const dummyCourses = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data structure not synchronous with current models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be used for demonstration purpose, sample data is not appropriate representation of current backend models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for merging to static for creating starting point for #37
Description
The PR is intended to disconnect the backend from the project and render the frontend using dummy data for initial testing with newer alternatives of backend for the project
Related Issue
Initiates starting point for #37
Motivation and Context
Backend has encountered some technical glitches.
All Submissions:
New Feature Submissions:
Changes to Core Features:
How Has This Been Tested?
Manually tested by @tusharbansal22