Skip to content
#

customer

Here are 226 public repositories matching this topic...

goenning
goenning commented Jul 24, 2021

Fider currently only run migrations that have a timestamp higher than the last executed migration.

This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.

Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P

good first issue help wanted

Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.

  • Updated Nov 30, 2020
  • C#
atompie
atompie commented Dec 16, 2021

We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.

Task

Find all occurrences of request calls and replace them with asyncRemote.

Use where possible the async way of calling the method. Example

try {
   const response = await asyncRemote({
     url: '/tracardi',
     method: "POST",
     data: data
   
good first issue

Improve this page

Add a description, image, and links to the customer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the customer topic, visit your repo's landing page and select "manage topics."

Learn more