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

feat: Lesson layout and lesson view #314

Merged
merged 3 commits into from
Dec 27, 2024
Merged

Conversation

piotr-pajak
Copy link
Member

@piotr-pajak piotr-pajak commented Dec 27, 2024

Jira issue(s)

LC-500

Overview

Preview

Screenshot 2024-12-27 at 09 33 36

@piotr-pajak piotr-pajak requested review from typeWolffo, wielopolski and mateuszszczecina and removed request for typeWolffo and wielopolski December 27, 2024 08:32
@piotr-pajak piotr-pajak self-assigned this Dec 27, 2024
@piotr-pajak piotr-pajak added the review me 👀 PR is ready to be reviewed label Dec 27, 2024
@piotr-pajak piotr-pajak force-pushed the pp_feat_496_lesson_layout branch from b90e721 to 68ead98 Compare December 27, 2024 08:36
type: LESSON_TYPES.VIDEO,
title: "What is Artificial Intelligence? An Introductory Overview",
description:
"A comprehensive video introduction to the concept of Artificial Intelligence, its history, and its significance in business.",
displayOrder: 1,
},
{
id: crypto.randomUUID(),
type: LESSON_TYPES.TEXT,
title: "Key Concepts and Terminologies in AI",
description:
'<p>Artificial Intelligence (AI) refers to the simulation of human intelligence in machines programmed to think, learn, and make decisions. Below are some key concepts and terminologies essential to understanding AI:</p><ul><li><strong>Machine Learning (ML):</strong> A subset of AI focused on creating algorithms that allow computers to learn from and make predictions based on data. Example: A recommendation system suggesting movies based on your viewing history.</li><li><strong>Neural Networks:</strong> Inspired by the human brain, these are algorithms designed to recognize patterns and process data in layers, enabling tasks like image and speech recognition.</li><li><strong>Natural Language Processing (NLP):</strong> This involves teaching machines to understand, interpret, and generate human language. Example: Virtual assistants like Alexa or Siri.</li><li><strong>Computer Vision:</strong> A field of AI that enables computers to interpret and process visual data, such as images and videos. Example: Facial recognition technology.</li><li><strong>Deep Learning:</strong> A more complex subset of ML that uses large neural networks to analyze massive amounts of data and solve intricate problems, such as self-driving cars.</li><li><strong>Supervised vs. Unsupervised Learning:</strong><br>- <strong>Supervised Learning:</strong> The AI is trained on labeled data (e.g., images labeled as "cat" or "dog").<br>- <strong>Unsupervised Learning:</strong> The AI identifies patterns in unlabeled data without explicit instructions.</li><li><strong>Big Data:</strong> The large volume of structured and unstructured data generated by businesses and devices, which is essential for training AI models.</li><li><strong>Automation:</strong> AI is often used to automate repetitive tasks, freeing up human resources for more complex activities.</li><li><strong>Ethics in AI:</strong> As AI becomes more powerful, ensuring its ethical use (e.g., avoiding bias in decision-making) is critical for building trust.</li></ul><h3>Why These Concepts Matter</h3><p>Understanding these basic AI terms is the first step toward recognizing how AI can be applied in business. Each concept represents a building block of AI\'s potential to transform industries by increasing efficiency, improving decision-making, and creating innovative solutions.</p>',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we have description as varchar(1000) this seed will fail, can make it shorter? :D

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After consulting with the project owner, I increased the character limit to 3000

Copy link
Member

@typeWolffo typeWolffo Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the old file restored during rebase?

Copy link
Member

@typeWolffo typeWolffo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebase should fix that seed description length

@piotr-pajak piotr-pajak force-pushed the pp_feat_496_lesson_layout branch from 68ead98 to 5e28383 Compare December 27, 2024 10:26
@piotr-pajak piotr-pajak force-pushed the pp_feat_496_lesson_layout branch from 5e28383 to e9af1ff Compare December 27, 2024 10:28
@piotr-pajak piotr-pajak force-pushed the pp_feat_496_lesson_layout branch from e9af1ff to 515419d Compare December 27, 2024 10:30
@piotr-pajak piotr-pajak merged commit 1a2c3da into main Dec 27, 2024
4 of 6 checks passed
@piotr-pajak piotr-pajak deleted the pp_feat_496_lesson_layout branch December 27, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me 👀 PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants