Git Product home page Git Product logo

erni-photo-database's People

Contributors

duracellko avatar jakubsturc avatar kuto1 avatar mareklinka avatar menyet avatar stevost avatar yohny avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

erni-photo-database's Issues

Implement authorizaton

Ideally integrate with Active Directory through OpenID Connect.

Please do not commit any ERNI specific setting to repository.

Connection string in config

We used to have db connection string stored using user secrets (README still says we do), but in current implementation it is read from config.
Is it a temporary solution/workaround? Whats the story behind the change?

Use user secrets to store sensitive data

Related to #11 - we should not store any sensitive data (connection strings, API keys etc.) in the repo. Instead, let's move everything into ASP.NET Core's user secrets manager.

This will require us to reconfigure the deployment environment as well (add system vars with prod secrets).

Implement detail view

On detail view you should have a option to download picture in sizes:

  • Original size
  • max(width, height) = 1920
  • max(width, height) = 720
  • max(width, height) = 340

Aspect ratio should be always preserved.

Since preferred sizes are likely to change in the future do resizing on the fly.

Please preserve the original format picture extension (.jpg, jpeg, .png, ...)

Add instruction for running project locally

When someone clone the project and hit F5 in Visual Studio, application will crash on some exception.

The reason is that some dependencies are missing.

Please add proper instructions to README.md

development run always deletes database

When running in dev mode we always call context.Database.EnsureDeleted(); which drops the database. Whats the motivation behind this? it would be nice to be able to develop with persistance between sessions ๐Ÿ˜„

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.