feat: ability to create a project #9

Merged
matous-volf merged 50 commits from feat/project-create into main 2024-08-18 21:36:06 +00:00
Showing only changes of commit c8f62bbe98 - Show all commits

View File

@ -1,5 +1,3 @@
coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->
#![allow(non_snake_case)]
coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->
mod components; mod components;
mod errors; mod errors;
mod models; mod models;

coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-08-16 22:39:19 +00:00 (Migrated from github.com)
Review

Question the use of #![allow(non_snake_case)].

The directive #![allow(non_snake_case)] is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need.

**Question the use of `#![allow(non_snake_case)]`.** The directive `#![allow(non_snake_case)]` is generally discouraged in Rust as it goes against convention. Consider removing it unless there's a specific need. <!-- This is an auto-generated comment by CodeRabbit -->