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

Add different views for WelcomeModal #7103

Merged
merged 23 commits into from
Oct 31, 2024
Merged

Conversation

dem4ron
Copy link
Member

@dem4ron dem4ron commented Oct 24, 2024

No description provided.

@iHiD iHiD force-pushed the welcome-modal-onboarding-changes branch from c2be06c to 4a3da6a Compare October 31, 2024 07:27
@iHiD iHiD force-pushed the welcome-modal-onboarding-changes branch from 090cd48 to 583a976 Compare October 31, 2024 07:38
@iHiD iHiD marked this pull request as ready for review October 31, 2024 14:53
db/schema.rb Outdated
Comment on lines 1057 to 1060
create_table "submission_tags", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

db/schema.rb Outdated
@@ -951,11 +961,9 @@
t.integer "latest_iteration_head_tests_status", limit: 1, default: 0, null: false
t.boolean "unlocked_help", default: false, null: false
t.bigint "published_exercise_representation_id"
t.bigint "exercise_approach_id"
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

db/schema.rb Outdated
t.index ["approved_by_id"], name: "fk_rails_4cc89d0b11"
t.index ["created_at", "exercise_id"], name: "mentor_selection_idx_1"
t.index ["created_at", "exercise_id"], name: "mentor_selection_idx_2"
t.index ["exercise_approach_id"], name: "index_solutions_on_exercise_approach_id"
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

db/schema.rb Outdated
Comment on lines 148 to 151
create_table "conversations", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

db/schema.rb Outdated
Comment on lines 42 to 45
create_table "add_uuid_to_code_tags_samples", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

@iHiD iHiD merged commit f2434e7 into main Oct 31, 2024
37 of 38 checks passed
@iHiD iHiD deleted the welcome-modal-onboarding-changes branch October 31, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants