Giter Club home page Giter Club logo

givecrm.admin's People

Contributors

adrianbanks avatar alastairs avatar kendallmiller avatar markrendle avatar nbarnwell avatar robinminto avatar stack72 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

givecrm.admin's Issues

Authorisation

This issue is from the card created by Alastair on the LeanKitKanBan board we were using.

Which charities can I access? Keep this separate from Authentication for maximum flexibility

Provision the database

This issue is from the card created by Alastair on the LeanKitKanBan board we were using:

Connection String
Blank database
Apply GiveCRM schema
Apply base data

Activation

This comment is from Alastair on the LeanKitKanBan board we were using:

Activate a charity's site when the activation link is visited.
Configure subdomain using our default generated "short name"
Charity ID: pass to Core UI for setting up DB connection, etc. Take from activation URL?

Browser detection

This issue is from the card created by Alastair on the LeanKitKanBan board we were using:

IE6 (7?) probably shouldn't be supported.

Authentication

I don't have replication steps, unfortunately. Just this comment from Alastair on the LeanKitKanBan board we were using:

Common membership across charities
Persistent login cookie
Authorization (which charities you can access) is separate

This should be split into specific tasks when we come to it, as I know there are already a couple of guys looking into Auth/Authz.

Tidy up the repository

There are some build artefacts checked in (notably in the Database Project), along with some git merge-produced .orig files.

It is not considered best practice to check NuGet packages in to the repository.

These items should be removed from the repository.

Provision the site

Create new IIS website [or virtual machine, Azure instance, etc.]

There's some discussion about this not being strictly necessary, if we can tell (via host headers or through the URL) the CRM which database to connect to. This would be preferable, because then requests can be shared across a horizontally-scaled cluster, rather than siloing each charity to their own CRM instance.

Validate password strength

This is mostly enforced by the ASP.NET Membership Provider already. It is configured to:

  • allow a maximum of 5 invalid password attempts
  • require password of at least 8 characters
  • require at least one non-alphanumeric character in a password

We need an AJAX-y check on the entered password to ensure it meets the password strength requirements before the user clicks "Sign up".

The PasswordStrengthRegularExpression configuration directive will probably come in useful with taking this feature further.

Home Page Common Header

I don't have replication steps. Just this comment from Alastair on the LeanKitKanBan board we were using:

GiveCRM title
Email field
Password field
Sign in button

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.