GithubHelp home page GithubHelp logo

emotivhq / gs-concierge Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.84 MB

A concierge admin app for cool kids.

Home Page: http://concierge.giftstarter.com/

License: Apache License 2.0

JavaScript 27.09% HTML 7.58% CSS 65.33%

gs-concierge's People

Contributors

thinq4yourself avatar yaboi avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gs-concierge's Issues

implement embed.ly (extract) to custom campaign creator

To make the custom campaign creator as easy and intuitive to use as possible, we should use embed.ly. More specifically, Extract.

Steps:
User inputs any product URL > system sends url to embed.ly (extract) > embed.ly (extract) returns data > system shows returned product information to user to verify / edit > system maintains created long/short link along with clickable button to redirect user to GiftStarter create page.

Angular wrappers (pick one, or not):

embedlyDirective and bindEmbedlyDirective optimization

The current process is as follows:

We are using the CreateCtrl to call the CreateService to call the EmbedlyService.extract() method to ping embedly and retrieve data and pass it back to the CreateCtrl to set in scope and bind to scope... Then, we are setting vm.urlSearch which updates the <embedly> directive inside create.html view which.... uses EmbedlyService.extract() method to ping embedly, retrieve data, and populate the directives template.

We should only be calling EmbedlyService.extract() once then updating view elements accordingly.

Custom Campaign Creator UI

UI should include:

  1. Primary single input to consume product URL
  2. [optional] Secondary link to setup a custom product
  3. Read-only example of information returned from product url (see #2)
  4. [optional] Secondary link to update portions of returned product info including title, description, and image selector (most product meta has more than one product image)
  5. Shortened click-to-copy custom campaign link (see #3)
  6. [optional] Secondary click-to-copy full custom campaign link
  7. "Create This Campaign" button to redirect user to GiftStarter creation page.

[Feedback] Non-profit stepper title

I think that the text "create a non-profit campaign" should be a little more descriptive
like "make a group gift to a nonprofit in honor of someone special"

implement bit.ly link shortener

To keep current functionality in place for Custom Campaign Creator, and for the times when an admin wants to create a custom campaign link to share with someone, we still need to implement bit.ly link shortener into the Custom Campaign Creator process.

Build fails due to jshint

from master or any branch derived from master....

Running "jshint:app" (jshint) task
Linting app/modules/create/bindEmbedlyDirective.js ...ERROR
[L46:C45] W040: Possible strict violation.
                    scope.$parent.cardImg = this.src;
Linting app/modules/create/bindEmbedlyDirective.js ...ERROR
[L47:C37] W040: Possible strict violation.
                    mdCardImg.src = this.src;
Linting app/modules/create/createCtrl.js ...ERROR
[L51:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.cardImg; 
Linting app/modules/create/createCtrl.js ...ERROR
[L77:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.cardTitle;
Linting app/modules/create/createCtrl.js ...ERROR
[L78:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.embedlyImages;
Linting app/modules/create/createCtrl.js ...ERROR
[L79:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.originalUrl;
Linting app/modules/create/createCtrl.js ...ERROR
[L80:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.providerName;
Linting app/modules/create/createCtrl.js ...ERROR
[L81:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.faviconUrl;
Linting app/modules/create/createCtrl.js ...ERROR
[L82:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.providerDisplay;
Linting app/modules/create/createCtrl.js ...ERROR
[L83:C20] W030: Expected an assignment or function call and instead saw an expression.
      $scope.cardDescription;

Warning: Task "jshint:app" failed. Used --force, continuing.

[Feedback] Tax information help text

Tamiko: The taxes language underneath the "total donation amount" probably needs to be revised since there won't be a tax on a charitable gift. People may wonder though about who they're getting a tax receipt from (for charitable deductions). Will giftstarter include that language in the email after a transaction is processed? Is there any way I can see a copy of what that reply email will look like to make sure that it's kosher?

Stackless becomes stackness

The app has no stack, just Angular, and works fine if deployed on Stamplay. But, we have no deployment pipeline for dev-next-prod.

So, new pipelines are built and ready to go, now all we need to do is add a web server!!!! Ugh.

Thanks to Node and Express that's already done.

Now we just have to unmess the mess that is the app structure (not meant for built version vs dev version), and a lot of Grunt changes are coming, along with changes in files depending on dev or prod.

Expect more documentation here.

Intercom popup shows on wrong side

Sometimes on load it will show automatically, but even on hover, the Intercom widget popover shows on the wrong side...

screen shot 2016-05-27 at 12 15 39 pm

It should pop up with a tooltip and mostly to the right, not left.

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.