Code Monkey home page Code Monkey logo

tailwindtraders-website's Issues

Is note version correct?

Is the current version of node in the staging and prod yml in the .github/workflows dir correct?

Added a specific ports setting to docker-compose

Right now the docker-compose.yml file doesn't have any setting for ports which means, by default, the site will run on port 80. This doesn't work very well for many dev environments.

I would suggest setting the ports specifically, and instructing people in the README to set ports: 3000:80 so the site works as intended.

Deploy Web script fails with error

When running the TailwindTraders.Website/Deploy/DeployWebAKS.ps1 script, it fails with the message:

Deploying web chart
Error: unknown flag: --email

It appears that the email variable on line 148 is incorrect in the call:

--set acsConnectionString=$acsConnectionString --email=$email

It does not have a "--set" and also uses the $email variable and not the $acsEmail variable

README mentions use of a non-refererenced environment variable `REPOSITORY`

In the "Build and Push the docker image" section of the README, it mentions setting the following environment variable:

REPOSITORY: Must be the login server of the ACR where Backend is installed.

However, the intended docker-compose file does not use a variable named REPOSITORY it instead uses one named REGISTRY

See: https://github.com/microsoft/TailwindTraders-Website/blob/master/Source/docker-compose.yml

Suggestion is to consolidate to one of these names and update the documentation accordingly

Error when try to use the Standalone "automatic deployment"

I'm getting an error when I try to auto deploy the solution in Standalone mode. I'm getting The specified app service plan was not found. error. Here is the complete error for you to trace.
{ "telemetryId": "b3545cfb-b90a-49f9-9477-5e85dce6d6f1", "bladeInstanceId": "Blade_ea0851e6347d49e3bb5bd70df9efbe47_0_0", "galleryItemId": "Microsoft.Template", "createBlade": "DeployToAzure", "code": "InvalidTemplateDeployment", "message": "The template deployment 'Microsoft.Template' is not valid according to the validation procedure. The tracking id is '20572e19-7e91-40a1-96e1-85e527ee214b'. See inner errors for details.", "details": [ { "code": "ValidationForResourceFailed", "message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.", "details": [ { "code": "ServerFarmNotFound", "message": "The specified app service plan was not found." } ] } ] }

Hard-coded email setting means app has precisely one user

If I understand correctly, this is the client for the server backend, which is (functionally) the shopping cart. Unfortunately the setting below:

https://github.com/Microsoft/TailwindTraders-Website/blob/97ee364e063e16acce35d5bf48bff341812cc57d/Deploy/deployment.json#L34

Hard-codes the client's email address on the server, which means that a single deployment has only one possible user. This goes against the idea of a shopping cart, which should allow for multiple users.

Dockerfile pinned to 3.1 .NET SDK causes failures to build on docker.

ARG runtimeTag=3.0
ARG image=mcr.microsoft.com/dotnet/core/aspnet
ARG sdkImage=mcr.microsoft.com/dotnet/core/sdk

unless there is a pinned SDK then 3.x should build anything.

works when i set sdk and runtime to 2.1

essentially work done between 08-31-2019 till now was done without build tests?

Microsoft (R) Build Engine version 16.3.2+e481bbf88 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
  Restore completed in 46.06 ms for /app/Tailwind.Traders.Web.csproj.
  It was not possible to find any compatible framework version
  The specified framework 'Microsoft.NETCore.App', version '2.0.7' was not found.
    - The following frameworks were found:
        3.0.3 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  You can resolve the problem by installing the specified framework and/or SDK.
  The .NET Core frameworks can be found at:
    - https://aka.ms/dotnet-download
/root/.nuget/packages/microsoft.aspnetcore.razor.design/2.1.2/build/netstandard2.0/Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets(69,5): error : rzc discover exited with code 150. [/app/Tailwind.Traders.Web.csproj]
Build FAILED.
/root/.nuget/packages/microsoft.aspnetcore.razor.design/2.1.2/build/netstandard2.0/Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets(69,5): error : rzc discover exited with code 150. [/app/Tailwind.Traders.Web.csproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:24.59
The command '/bin/sh -c dotnet build' returned a non-zero code: 1
2020/02/26 16:30:24 Container failed during run: build. No retries remaining.
failed to run step ID: build: exit status 1
Run ID: ca5 failed after 4m9s. Error: failed during run, err: exit status 1
Run failed

documentation or guidence on connecting backend

When deploying the web portion the readme says:

When you deploy this website to Azure you can define the Backend you want to use in case you have deploy your own backend. By defaults it is configured the public Backend environment provided by Microsoft.

Im having an issue finding documentation or guidance on how exactly you connect the website to the backend. I have both successfully deployed just need specifics on how to connect them.

Levicryptotrade investment

๐ŸŒ‡๐ŸŒ†#WORKING_ALL_DAY๐Ÿฅฑ๐Ÿ˜“
Don't guarantee a brighter future....
The right option is investing or trading..
โœ… #INVESTMENT is one great option in levicryptotrade.com where you can now invest in various #currencies and #stockmarkets and other fundamental organisation/Companies.
โœ… #TRADE is another great option in levicryptotrade.com where you can now buy and sell cryptocurrency and other valuable stocks that can be transported..!
Why not sign-up and become an investor in #LEVI_CRYPTOTRADE_INVESTMENT
#MAKE_MONEY_ONLINE
$3000 each day
$20000 each week
$80000 each month.Screenshot_20210722-022426.png

Create Request Form to use a MS Hosted Backend

Create a Feedback form where users can request a MSFT hosted backend for demo purposes. This does not guarantee it being provided, but gives folks the ability to get one of needed reasonably.

HTTPS should be mandatory for any kind of authentication, demo or not

Currently the Deploy README states:

Note: Currently https is not supported. Please use http when browsing the web.

I understand this was done for demo purposes, however Azure provides HTTPS for free in its App Services and this is something we should be leveraging - even for a demo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.