Closed Marchand-Nicolas closed 2 months ago
I am applying to this issue via OnlyDust platform.
I am a blockchain developer with vast experience in html, css, react, JavaScript, typescript, solidity and Cairo.
To solve this issue, I'd simply:
Please assign me so I can work on this ASAP
I am applying to this issue via OnlyDust platform.
I am front end developer with 6 years experience. i have worked with microsoft on several projects, this will be my first time contributing to the hackathon and i am ready to work
I would approach this issue with following steps Remove the quiz section from the config template (config.template.toml): Locate the config.template.toml file in your project. Identify the section related to quizzes and remove it completely. This could involve removing a section like [quizzes] and any associated fields beneath it. Remove the quizzes fields from the config parser (src/config.rs): Locate the src/config.rs file in your project. Identify the struct or module that handles the configuration parsing. Remove any fields, structs, or functions related to the quizzes from the configuration parser. This could involve removing properties like quizzes from the main configuration struct, as well as any supporting structures or parsing logic for the quiz-related data.
I am applying to this issue via OnlyDust platform.
I am a blockchain developer with a year of experience and I have experience in using and contributing to repos using Rust. I have developed Rust smart contracts, Rust projects and can definitely tackle this issue.
I have checked out the config.template.toml file already for another issue, so I can confidently say that this issue is solvable by me I will:
Hi @Marchand-Nicolas , would love to work on this. Please assign
I am applying to this issue via OnlyDust platform.
I'm a blockchain developer with experience in rust, JavaScript, typescript, solidity and Cairo. This is my first time contributing to Starknet Quest and Id love to work on this issue.
Thank you for your consideration.
I am applying to this issue via OnlyDust platform.
Hello I'll like to be assigned to work on this. ETA: one day.
I am applying to this issue via OnlyDust platform.
I can work on removing the quizzes from the configuration management. My name is Benjamin, and I have extensive experience in configuration management and refactoring code to adapt to new systems and technologies.
Previously, quizzes were managed using the config file, but we have now transitioned to using a database for this purpose. To streamline the configuration and remove deprecated elements, the following changes are needed:
config.template.toml
: I will remove the entire quiz section from the config template file to reflect the current use of the database for managing quizzes.src/config.rs
: I will remove the quiz-related fields and logic from the config parser to ensure that the application no longer processes or expects quiz data from the config file.Removing quizzes from the configuration will:
I am applying to this issue via OnlyDust platform.
Hii, my name is Daniel and I'm active OSS contributor. I'm also a software and web3 developer. I've done issues with Cairo before which relate to Rust, so I know the language syntax and when a struct is defined properly. I'm also a member of the Dojo Coding community.
The way I would tackle the issue is in the following way:
I am applying to this issue via OnlyDust platform.
I have experience in Rust development, particularly with configuration management and database integration. I can efficiently update the config template and parser by removing outdated quiz sections and ensuring compatibility with the new database-driven approach.
To address this, I'll:
config.template.toml
to reflect the transition to database management.src/config.rs
to eliminate the quiz-related fields, ensuring the parser aligns with the current database setup.I am applying to this issue via OnlyDust platform.
Heyyy can i work on this? I Emmanuel Software dev from Costa Rica and Dojo Coding
I will...
Remove Quiz Section from the Config Template
• Locate the config.template.toml file in your project. • Find the Quiz Section: Search for the [quiz] section or any fields related to quizzes within this file. • Delete the Section: Remove the entire quiz section and any associated fields.
Remove Quiz Fields from the Config Parser
• Locate the config.rs file in the src directory**. • Identify Quiz-Related Fields: Look for any variables, structs, or functions related to quizzes within this file. • Remove the Quiz-Related Code: Delete any fields, functions, or logic related to parsing quizzes from the config.
Test the Changes
• Build and Run Tests: After making the changes, rebuild your project and run any existing tests to ensure everything still works as expected. • Check for Errors: Verify that there are no errors related to the config changes.
Commit the Changes
• Document the Changes: In your commit message, mention that the quiz management has been removed from the config template and parser. • Push the Changes: Once everything is confirmed to be working, push your changes to the repository.
The maintainer Marchand-Nicolas has assigned LazarusAA to this issue via OnlyDust Platform. Good luck!
The quizzes were managed using the config in the past, but now we use a database to do so.
You can remove:
config.template.toml
)src/config.rs
)