Coder Social home page Coder Social logo

ace's People

Stargazers

 avatar

Watchers

 avatar  avatar

ace's Issues

Add a plugin to support Real Estate service

Add necessary assemblies containing classes that focus on services related to real estate, such as searching for real estate properties, querying various public databases about real estate properties, getting information about brokers, etc.

Replace SwordfishCollections with a new ATAPCollections

SwordfishCollections supplies the ConcurrentObservable collection types, but is designed for WPF. Need to create a new ATAPCollections that builds on the C5 library and adds Observable versions of the collections needed by Ace

Move ATAPUtilities Packages From ProjectReference To PackageReference

The csproj files reference ATAP utility DLLs (packages) via a project reference, which means the libraries have to be loaded and built on a developers workstation. This issue is to change the architecture to reference NuGet packages for these libraries, instead of project references.

fix line endings and encodings in all files

the initial implementation of the .editorconfig file had the wrong line ending (Windows crlf, instead of *nix lf). Some of the branches then checked in files with crlf. Also it seems that the editorconfig changed the encoding to utf-8 with a Byte Order mark. Correct encodings and line endings should be UTF-8 with no BOM and LF line endings.

Bring master to a common base version that will better support the branches that add ServiceStack to the GUI

The branches for adding ServiceStack Text and JsonHttpClient, as well as using ServiceStack JsonHttpClient for Authorization and User Registration, derived from master at different commits. But both can and should have derived from a common commit. After implementing master commit that provides a common point of departure (this branch), the other two branches will be rebased to this commit.

Add ServiceStack JsonHttpClient to Blazor GUI

The ServiceStack JsonHttpClient package includes many utilities that make it easy for a client to communicate with ServiceStack's many features. Using the methods and properties exposed by this package will make the interaction between the GUI and the Agent much easier.

Add ServiceStack.Text To Blazor GUI

The ServiceStack.Text package has many text utilities, including serialization and pretty-print, that would be useful in the GUI. Add the ServiceStack.Text.Core NuGet package to the GUI project and validate the serialization and pretty-print methods work in the GUI.

Add APIKeys To Gateways

The Agent uses Gateway objects to describe how to interface with 3rd-party APIs on the Web. Many 3rd-Party APIs require authentication, and one Authentication scheme is the use of APIKeys. This issue tracks the need to support a way to specify that a particular gateway and/or gateway entry requires or accepts an APIKey. Furthermore, this issue encompasses and tracks the progress towards code that finds a specific API key in Environment variables and attaches it to a gateway entry request. The third piece of this issue encompasses and tracks the progress towards code or documentation that creates an environment variable when the Agent process is started by the Visual Studio host, either in Debug or non-debug mode.

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.