core
core copied to clipboard
The core Codidact Q&A software implementation
**Is your feature request related to a problem? Please describe.** Create Shared Page layout that will be shared among all the pages. Header, footer, sidebar. **Describe the solution you'd like**...
I've made a basic website for codidact, as mentioned to Monica. This is it, I've put it on a new branch so it won't conflict with anything so you can...
### Pull Request summary Documented the code for readability ### Link to Project Card/Issue None. ### Pull Request Tasklist - [ ] Pull request references an issue - [ ]...
**Is your feature request related to a problem? Please describe.** Create a page for creating a new question **Describe the solution you'd like** Please refer to: https://github.com/codidact/feature-development/blob/master/scoped/post/create-post.md https://github.com/codidact/docs/wiki/Functional-Specification The user...
### Pull Request summary Adds a category list in the header [](https://gyazo.com/6b4dbf636389c2fa96d8273481f83aa1)
I am not sure when this was introduced but the build is currently broken: ~~~none $ cd src/WebApp && dotnet run fail: Microsoft.EntityFrameworkCore.Database.Command[20102] Failed executing DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']...
This tasks refers to how in this project data should be queried from. This flow should be universal and used for all the queries. It can be: - CQRS with...
**Describe the bug** In [windows-instructions.md](https://github.com/codidact/core/blob/develop/docs/windows-instructions.md), it says: > 1. Run the following command inside of 'src/WebUI' to install the connection string > > ``` > dotnet user-secrets set "ConnectionStrings:DefaultConnection" "YOUR_CONNECTION_STRING"...
# Codidact core software — Permanent TODO list Welcome to the Codidact project. We are glad, that you want to contribute to the software. See [core/CONTRIBUTING.md](https://github.com/codidact/core/blob/develop/CONTRIBUTING.md) for more information, on...
Currently, a copy of the Codesign implementation sits in `src/WebUI/wwwroot/lib/co-design`. This should be a submodule, or maybe a ~~subtree~~ worktree? I'm on it.