Coder Social home page Coder Social logo

gigamunch-backend's People

Contributors

atishpatel avatar chris-sipe avatar

Watchers

 avatar  avatar  avatar

gigamunch-backend's Issues

Customer detail page v1

  • view all activity / sublog

  • Skipping

  • Refund full

  • refund amount

  • cancel account

  • logging history / Timeline

  • add meat restricitons

Bag reminder sms to customers

Customers get a Twilio sms that reminds them to leave out their bags. They should be able to reply to the message to stop the reminders.

Dashboard v2

  • Revenue / Costs / Gross Profit Chart and table
  • Unskip Customers over time / Paid Customers / Free Customers Stacked Bar graphs
  • Customers over time / Unskip and skip stacked bar graph
  • Cancels / new subs

Clean codebase

  • Remove corenew
  • Clean setup.sql
  • remove auth, types, and utils folders
  • Clean or remove cookapi
  • Update README.md
  • look for // TODO: remove

Dashboard page for stats

Here is a snippit that will be useful.
select max(date),sub_email,count(sub_email),sum(skip),sum(paid),sum(refunded),sum(amount),sum(amount_paid),sum(discount_amount) from sub where date<'2018-04-12' group by sub_email;;

Typo on Website

In music seciton, "immerse yourself in the culture wiht a playlist"

Executions page changes

  • Move "container size" from "dish" to "sticker". In the executions page, move the "container size" attribute from "dish" to "sticker"
  • Remove "city" as an attribute
  • Add a "double sticker count" boolean value to the sticker attribute. Some dishes we do 1 container = 1 serving, and I need to print double.
  • Add a JSON link to the captain edit page
  • When I remove any dish, the first dish on the list is the one that gets deleted
  • something’s going on with the “culture->description” section that hasn’t happened until now. There’s always a
    at the end of it even when I made sure there wasn’t anything after the text. Idk if you made any changes, but can you fix it up?
  • Add a "content due date" as a far-left column on the executions page. It will be 2 weeks before the execution date. Super dope if we can make it change colors if it's close to the due date/past the due date and not "published" yet. The publish implies all the content is there. Super dope if this could send automated texts to people who are missing content close to, or past the due date.
  • Logs aren't always in sync. Happens when I create new culture, has old logs there
  • "Sticker" doesn't need a "color" attribute. (If a dish is split into 2 stickers, both stickers have the same color).
  • change the "covered, 350° F" and "covered, medium" text to "medium, covered" and "350° F, covered"

Typescript errors on every build

There are typescript errors from using protobuff

ts/prototypes/Error.d.ts(2,11): error TS2304: Cannot find name 'Code'.
ts/prototypes/Log.d.ts(4,16): error TS2503: Cannot find namespace 'google'.
ts/utils/event.ts(8,5): error TS2345: Argument of type '{ detail: Object; bubbles: true; composed: boolean; }' is not assignable to parameter of type 'CustomEventInit'.
  Object literal may only specify known properties, and 'composed' does not exist in type 'CustomEventInit'.
ts/utils/event.ts(19,5): error TS2345: Argument of type '{ detail: Object; bubbles: true; composed: boolean; }' is not assignable to parameter of type 'CustomEventInit'.
  Object literal may only specify known properties, and 'composed' does not exist in type 'CustomEventInit'.

Move discount amount to separate table

Move discount amount / percent to separate table that is applied during processing activity. This will reduce complexity with users skipping and unskipping causing discounts from being moved.

Delivery App / Page

  • Add Delivery tip from within app
  • Option to mark delivery as "I left it with the Management Office/Concierge."

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.