Skip to content

Conversation

@hootanht
Copy link
Contributor

The most significant changes include the update of the README.md file with detailed setup instructions, the modification of a link in the Header.razor file, the addition of a UserSecretsId to the CrystallineSociety.Server.Api.csproj file, and the clearing of the SQLServerConnectionString in the appsettings.json file.

  1. The README.md file was updated with comprehensive instructions on how to set up the project. This includes information on prerequisites, installing the .NET SDK, choosing a development environment, steps to clone and run the repository, managing secrets with user-secrets, and generating a GitHub access token. This change is crucial as it provides clear guidance for users on how to get the project up and running.

  2. The link in the Header.razor file was changed from "/education-program" to "/OrganizationsSettings". This change is important as it ensures users are directed to the correct page when they click on the link.

  3. A UserSecretsId was added to the CrystallineSociety.Server.Api.csproj file. This change is significant as it allows for the secure storage of sensitive data during development.

  4. The SQLServerConnectionString in the appsettings.json file was cleared. This change is important as it prevents sensitive database connection information from being exposed in the codebase.

The most significant changes include the update of the README.md file with detailed setup instructions, the modification of a link in the Header.razor file, the addition of a UserSecretsId to the CrystallineSociety.Server.Api.csproj file, and the clearing of the SQLServerConnectionString in the appsettings.json file.

1. The README.md file was updated with comprehensive instructions on how to set up the project. This includes information on prerequisites, installing the .NET SDK, choosing a development environment, steps to clone and run the repository, managing secrets with user-secrets, and generating a GitHub access token. This change is crucial as it provides clear guidance for users on how to get the project up and running.

2. The link in the Header.razor file was changed from "/education-program" to "/OrganizationsSettings". This change is important as it ensures users are directed to the correct page when they click on the link.

3. A UserSecretsId was added to the CrystallineSociety.Server.Api.csproj file. This change is significant as it allows for the secure storage of sensitive data during development.

4. The SQLServerConnectionString in the appsettings.json file was cleared. This change is important as it prevents sensitive database connection information from being exposed in the codebase.
@hootanht hootanht merged commit fe3db65 into cs-internship:develop Dec 28, 2023
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.

1 participant