Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create connect-ANZ.md #28394

Merged
merged 4 commits into from
Oct 6, 2023
Merged

Create connect-ANZ.md #28394

merged 4 commits into from
Oct 6, 2023

Conversation

bfitzexpensify
Copy link
Contributor

Adding an article to ExpensifyHelp from Expensify/Expensify#309819
@bfitzexpensify bfitzexpensify requested a review from a team as a code owner September 28, 2023 14:19
@bfitzexpensify bfitzexpensify self-assigned this Sep 28, 2023
@melvin-bot melvin-bot bot requested review from hayata-suenaga and removed request for a team September 28, 2023 14:19
@melvin-bot
Copy link

melvin-bot bot commented Sep 28, 2023

@hayata-suenaga Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

<!-- The lines above are required by Jekyll to process the .md file -->

# How to connect your ANZ Visa cards to Expensify
<!--
Copy link
Member

@rushatgabhane rushatgabhane Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to remove comments from the article. Please replace the entire article with

---
title: Connect ANZ
description: If you're an ANZ Visa customer, you can set up your cards to import transactions directly into Expensify and get a discount on your Expensify subscription.
---

# How to connect your ANZ Visa cards to Expensify
Importing your ANZ Visa into Expensify will allow your card transactions to flow into your Expensify account. These transactions will then merge automatically with any SmartScanned receipts in your Expensify reports. 

## To connect via ANZ Internet Banking

1. Navigate to the ANZ Internet Banking portal.
2. Input your ANZ credentials to log into your online banking account.
3. Go to 'Your Settings' and click 'Manage bank feeds'.
4. Select 'Expensify'.
5. Fill out the Internet Banking data authority form and submit. 
6. Once you’ve filled out and submitted your Internet Banking data authority form or ANZ Direct Online authority form, ANZ will set up the feed and send all the details directly to Expensify.
7. Then, we’ll add the card feed to your Expensify account and send you a message to let you know that it has been set up. We'll also include some webinar training resources to ensure you have all the information you need!

## To connect via ANZ Direct Online

1. Log into ANZ Direct Online with your ANZ credentials
2. Complete the ANZ Direct authority form by creating a batch and submitting the secure mail template form ‘Expensify Accounts Disclosure Authority’. 
3. Detailed ANZ Direct Online instructions can be accessed here.
4. Once you’ve filled out and submitted your Internet Banking data authority form or ANZ Direct Online authority form, ANZ will set up the feed and send all the details directly to Expensify.
5. Then, we’ll add the card feed to your Expensify account and send you a message to let you know that it has been set up. We'll also include some webinar training resources to ensure you have all the information you need!

# FAQ
## Are there discounts available for ANZ customers?

As ANZ’s preferred receipt tracking and expense management partner, Expensify offers ANZ business customers a few special perks:
- 50% Expensify discount for the first 12 months.
- 15% Expensify discount after the first 12 months.

This offer applies to all *new* ANZ New Zealand business customers.

Sign up via www.use.expensify.com/anz to take advantage of this discount. 

If you’d like to get even more savings, you can do so by committing to an Annual subscription. More information on that on our pricing page.

## What happens during the free trial?

While on the free trial, you’ll be able to configure and use the full suite of Expensify features. In your Expensify account, you can see many days you have left on your free trial. Towards the end of the free trial, you’ll be prompted for a payment card. 
After the free trial, you’ll get preferred pricing at 50% off the current rates for the first 12 months, which is automatically applied to your account. At the end of the initial 12 months, the ongoing discount of 15% off the current rates, will be applied automatically.

## Do I need to sign up for a specific period in order to receive the discount?
There is no obligation to sign up for a certain period to receive the discount. After your free trial, the 50% discount for the first 12 months, will be applied automatically to your account. After the initial 12 months, the 15% discount will also be applied automatically.

Removed comments
@bfitzexpensify
Copy link
Contributor Author

OK, comments removed @rushatgabhane

Copy link
Member

@rushatgabhane rushatgabhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bfitzexpensify could you please rename the file from connect-ANZ.md to Connect-ANZ.md. Capitalize the C

…/connect-ANZ.md

Co-authored-by: Rushat Gabhane <rushatgabhane@gmail.com>
Copy link
Member

@rushatgabhane rushatgabhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to rename the file to Connect-ANZ.md

  1. Go to https://github.com/Expensify/App/blob/bfitzexpensify-patch-4/docs/articles/expensify-classic/bank-accounts-and-credit-cards/connect-ANZ.md
  2. click edit
  3. change connect-ANZ.md -> Connect-ANZ.md
image

@hayata-suenaga
Copy link
Contributor

Same question as this one: #28397 (comment)

@bfitzexpensify
Copy link
Contributor Author

When I try to change the file name, I get this:

image

Do I need to just create a new file with that correct title?

@rushatgabhane
Copy link
Member

rushatgabhane commented Oct 4, 2023

image

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified tests pass on all platforms & I tested again on:
    • Android / native
    • Android / Chrome
    • iOS / native
    • iOS / Safari
    • MacOS / Chrome / Safari
    • MacOS / Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that the left part of a conditional rendering a React component is a boolean and NOT a string, e.g. myBool && <MyComponent />.
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is approved by marketing by adding the Waiting for Copy label for a copy review on the original GH to get the correct copy.
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.js or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Copy link
Member

@rushatgabhane rushatgabhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@melvin-bot melvin-bot bot requested a review from arosiclair October 4, 2023 03:28
@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

@arosiclair Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

🎯 @rushatgabhane, thanks for reviewing and testing this PR! 🎉

An E/App issue has been created to issue payment here: #28781.

@hayata-suenaga
Copy link
Contributor

Do I need to just create a new file with that correct title?
I guess we don't need the file anymore 🤔

@hayata-suenaga hayata-suenaga merged commit 3470a65 into main Oct 6, 2023
16 checks passed
@hayata-suenaga hayata-suenaga deleted the bfitzexpensify-patch-4 branch October 6, 2023 02:19
@OSBotify
Copy link
Contributor

OSBotify commented Oct 6, 2023

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@github-actions github-actions bot added the DeployBlockerCash This issue or pull request should block deployment label Oct 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

Performance Comparison Report 📊

Significant Changes To Duration

Name Duration
App start TTI 1209.013 ms → 1301.863 ms (+92.849 ms, +7.7%) 🔴
App start runJsBundle 833.758 ms → 899.418 ms (+65.659 ms, +7.9%) 🔴
Show details
Name Duration
App start TTI Baseline
Mean: 1209.013 ms
Stdev: 40.675 ms (3.4%)
Runs: 1111.913432000205 1127.2261490002275 1134.7540380004793 1136.3600890003145 1137.1834950000048 1138.8831280004233 1143.49845200032 1148.549884999171 1148.7967189997435 1149.0617639999837 1151.2113799992949 1156.9986829999834 1158.4663740005344 1158.5827190000564 1160.0609760005027 1166.114545000717 1169.8625900000334 1171.3953770007938 1173.1788970008492 1177.447100000456 1180.4577290005982 1181.1077469997108 1185.197697000578 1186.9134219996631 1187.6932699996978 1190.7842250000685 1191.3028280008584 1193.8858610000461 1198.7478010002524 1199.262847000733 1203.0703170001507 1203.5171799995005 1204.104627000168 1204.463452000171 1204.5052460003644 1204.944016000256 1205.5949479993433 1206.1264900006354 1206.555143000558 1207.7102840002626 1208.339347999543 1208.5572529993951 1208.712518999353 1209.6092429999262 1214.3146749995649 1214.3514220006764 1214.551583999768 1214.7775379996747 1216.5603890009224 1217.9294980000705 1219.5596769992262 1220.6027230005711 1221.3858649991453 1223.653309000656 1224.2670699991286 1224.8847839999944 1225.3255610000342 1225.9774610009044 1226.4505400005728 1226.5584549997002 1227.7705520000309 1228.629952000454 1230.4734610002488 1231.1110950000584 1233.5899679996073 1234.7669149991125 1235.8731210008264 1237.9394179992378 1240.0369000006467 1240.8481329996139 1241.0522959996015 1242.8850669991225 1242.9606640003622 1244.448335999623 1246.2991799991578 1246.564260000363 1248.2056140005589 1249.2522580008954 1253.1915680002421 1255.6112339999527 1258.088720999658 1259.300522999838 1269.8814439997077 1276.589463999495 1278.3271520007402 1291.5266050007194 1294.5501039996743 1321.5418790001422

Current
Mean: 1301.863 ms
Stdev: 58.126 ms (4.5%)
Runs: 1173.1772269997746 1183.0012500006706 1192.5761399995536 1220.0289510004222 1222.615712000057 1222.9131749998778 1223.0442069992423 1227.1664450000972 1231.3040919993073 1231.7449999991804 1234.2130789998919 1234.6235770005733 1236.4115639999509 1237.4553200006485 1238.9083159994334 1242.332513000816 1244.2005129996687 1244.5262010004371 1244.7381469998509 1252.3205960001796 1252.816106999293 1253.5644930005074 1255.433694999665 1259.7141859997064 1259.9138360004872 1261.5045110005885 1266.9460639990866 1268.554999999702 1269.0235660001636 1270.6118459999561 1273.0531569998711 1273.064265999943 1273.343299999833 1275.7527430001646 1281.3839790001512 1282.873051000759 1283.3598730005324 1285.6756149996072 1286.7368889991194 1288.1616920009255 1289.3495829999447 1289.903220999986 1295.8802329991013 1297.2355129998177 1297.809753999114 1299.732404999435 1301.952254999429 1302.352153999731 1302.7728020008653 1303.8450889997184 1304.875652000308 1306.582977000624 1308.3315190002322 1310.9189989995211 1312.9407260008156 1313.8299649991095 1316.7714460007846 1319.021594999358 1319.466425999999 1319.5461100004613 1319.7394130006433 1324.2693760003895 1324.4556210003793 1330.0171830002218 1331.8534399997443 1334.3497969992459 1334.9303300008178 1338.2393399998546 1342.2464669998735 1344.0098979994655 1344.1782489996403 1345.2345720008016 1348.0703999996185 1348.6047389991581 1350.570848999545 1351.1402570009232 1351.7148219998926 1362.8457079995424 1365.9565379992127 1372.6245419997722 1382.1274539995939 1385.8168679997325 1386.9691700004041 1389.137532999739 1390.413656000048 1391.513185000047 1394.8556590005755 1398.7830190006644 1408.3217179998755 1409.7946569994092 1433.8362959995866 1462.8479120004922
App start runJsBundle Baseline
Mean: 833.758 ms
Stdev: 36.249 ms (4.3%)
Runs: 738 759 765 765 766 774 775 777 785 788 791 792 793 798 800 801 802 804 804 805 806 808 809 810 810 814 815 815 818 819 822 823 823 823 824 827 828 828 829 830 830 830 831 832 832 834 835 835 836 838 839 842 843 843 844 847 848 848 848 849 850 851 852 852 853 853 855 855 857 858 858 860 860 862 866 867 870 871 872 873 878 879 879 881 887 889 891 892 913 917 924

Current
Mean: 899.418 ms
Stdev: 38.648 ms (4.3%)
Runs: 807 820 832 842 849 850 850 850 850 852 856 856 856 856 858 858 859 864 865 865 865 866 868 869 869 873 875 876 881 882 883 884 884 885 887 889 890 890 892 893 894 894 896 896 896 897 897 900 901 901 904 905 905 905 908 909 912 912 913 914 916 916 916 917 917 918 920 922 929 929 930 931 932 933 935 936 939 940 940 941 942 950 953 954 957 960 968 974 978 980 1019

Meaningless Changes To Duration

Show entries
Name Duration
Open Search Page TTI 613.271 ms → 621.985 ms (+8.714 ms, +1.4%)
App start regularAppStart 0.015 ms → 0.016 ms (+0.001 ms, +5.5%)
App start nativeLaunch 21.724 ms → 21.084 ms (-0.640 ms, -2.9%)
Show details
Name Duration
Open Search Page TTI Baseline
Mean: 613.271 ms
Stdev: 14.163 ms (2.3%)
Runs: 590.6888020001352 592.8271490000188 593.367270000279 594.4350589998066 595.0816249996424 595.4348969999701 595.5235190000385 595.753744000569 597.0584319997579 597.2734779994935 597.6575930006802 598.0981040000916 598.8610430005938 598.8659669999033 598.8698319997638 599.4186200015247 599.7392989993095 601.355956999585 603.2200119998306 603.4682620000094 603.9368900004774 604.4000240005553 604.7913819998503 604.8195799998939 604.8517659995705 605.0972499996424 605.2809250000864 605.3578699994832 605.922729998827 605.9769700001925 606.0863039996475 606.6361490003765 606.655965000391 607.3561610002071 608.1374920010567 608.2977300006896 608.359944999218 609.1934000011533 609.2127689998597 609.5369869992137 610.3033860009164 610.4344080016017 611.6018070001155 611.9217130001634 612.0220550000668 612.3872490003705 613.1870530005544 614.1478679999709 614.7045089993626 615.2874359991401 615.8431400004774 615.9547939989716 616.055500999093 616.1801360007375 616.8679610006511 616.8783780001104 617.3887129984796 617.403116999194 618.3686929997057 618.3859050013125 619.1267910003662 619.8296709991992 621.425578000024 621.5247799996287 621.831706000492 622.3221840001643 622.4856770001352 622.6304930001497 623.3290609996766 624.6136879995465 625.0334879998118 625.5133059993386 626.9516599997878 627.2775060012937 629.4311119988561 630.8898120000958 632.8822029996663 637.859211999923 638.3991299998015 641.9559729993343 648.2969979997724 650.8706459999084 653.9970699995756 654.090779999271

Current
Mean: 621.985 ms
Stdev: 13.049 ms (2.1%)
Runs: 596.1505129989237 597.1704920008779 599.7786870002747 600.4123129993677 600.7555349990726 604.5335689987987 604.8461919985712 605.4522710014135 606.4663900006562 606.7217619996518 606.9449059981853 607.9235839992762 608.0197349991649 608.2333979997784 609.4707440007478 610.5022790003568 610.7084149997681 610.9203699994832 611.2600500006229 612.2805579993874 612.4351000003517 612.5256750006229 612.8340249992907 612.8723959997296 613.2471930012107 613.3305259998888 613.578492000699 614.0062659997493 614.985229998827 615.2719730008394 615.9908450003713 617.1221120003611 618.6697589997202 619.1871750000864 619.2372240014374 619.4715580008924 619.6573489997536 619.8037110008299 619.8212080001831 619.8387039992958 619.9037680011243 620.2893070001155 620.5432539992034 620.5723880007863 620.8533539995551 621.2466230001301 621.4090580008924 621.4147950001061 621.434407999739 621.4956059996039 621.8133950009942 621.8249920010567 621.957112999633 622.2361659985036 622.2999680005014 622.3146560005844 624.0254309996963 624.5161129999906 624.6877850014716 626.543904999271 627.9026289992034 628.8356129992753 629.059692999348 629.2296549994498 629.3392740003765 629.4358319994062 629.9750979989767 630.516235999763 630.6081140004098 630.6298019997776 630.8390709999949 631.7861330006272 631.9936519991606 632.0705159995705 632.8059900011867 634.8898929990828 635.3922530002892 637.6905519999564 639.3192549999803 639.5815019998699 640.3350839987397 640.4070640001446 641.5666100010276 644.960898000747 647.5158280003816 648.6540929991752 654.8100590016693 655.2201339993626 657.4795740004629
App start regularAppStart Baseline
Mean: 0.015 ms
Stdev: 0.001 ms (6.5%)
Runs: 0.013019999489188194 0.013101998716592789 0.013182999566197395 0.013387000188231468 0.013712000101804733 0.013712000101804733 0.01371300034224987 0.013794001191854477 0.013794001191854477 0.013915998861193657 0.013956999406218529 0.013996999710798264 0.013997001573443413 0.014038000255823135 0.014038000255823135 0.014079000800848007 0.01411999948322773 0.014159999787807465 0.014159999787807465 0.014159999787807465 0.014159999787807465 0.014160001650452614 0.0142000000923872 0.014201000332832336 0.014322999864816666 0.014323001727461815 0.0143630001693964 0.014363998547196388 0.014364000409841537 0.014404000714421272 0.014404000714421272 0.014444999396800995 0.014444999396800995 0.014485001564025879 0.014566998928785324 0.014567000791430473 0.01456800103187561 0.014606999233365059 0.014688998460769653 0.01476999931037426 0.014810999855399132 0.014810999855399132 0.014892999082803726 0.014892999082803726 0.01493300125002861 0.01493300125002861 0.014933999627828598 0.014973999932408333 0.015014000236988068 0.015014000236988068 0.01505499891936779 0.01505499891936779 0.015056001022458076 0.015137000009417534 0.015137000009417534 0.015217998996376991 0.015258999541401863 0.015259001404047012 0.015298999845981598 0.015300000086426735 0.015300000086426735 0.01534000039100647 0.015380999073386192 0.015380999073386192 0.015420999377965927 0.015461999922990799 0.015502998605370522 0.01550300046801567 0.015544001013040543 0.015583999454975128 0.015625 0.015625 0.01574699953198433 0.01574700139462948 0.015828998759388924 0.015949999913573265 0.015951000154018402 0.01603200100362301 0.016193998977541924 0.016356999054551125 0.016357000917196274 0.01635800115764141 0.016478998586535454 0.01676499843597412 0.016845999285578728 0.017007999122142792 0.017130998894572258 0.017211999744176865 0.01725199818611145 0.017333999276161194

Current
Mean: 0.016 ms
Stdev: 0.001 ms (7.2%)
Runs: 0.013468001037836075 0.013793999329209328 0.013875000178813934 0.013957001268863678 0.014038000255823135 0.014078998938202858 0.014079000800848007 0.014201000332832336 0.014282001182436943 0.014282001182436943 0.01428299956023693 0.014322999864816666 0.014485999941825867 0.014526000246405602 0.01464799977838993 0.01464799977838993 0.014729999005794525 0.01476999931037426 0.014770999550819397 0.01493300125002861 0.015014000236988068 0.015014998614788055 0.015055999159812927 0.015095999464392662 0.015095999464392662 0.015137000009417534 0.01521800085902214 0.015258999541401863 0.015298999845981598 0.015380000695586205 0.015380999073386192 0.015420999377965927 0.015421999618411064 0.015421999618411064 0.015461999922990799 0.015461999922990799 0.015502998605370522 0.015542998909950256 0.015544001013040543 0.015583999454975128 0.015584999695420265 0.015625 0.015625 0.015665000304579735 0.015666000545024872 0.015706999227404594 0.015786999836564064 0.0157880000770092 0.015829000622034073 0.01590999960899353 0.015949999913573265 0.015949999913573265 0.01607299968600273 0.016113998368382454 0.016234999522566795 0.016276000067591667 0.016276000067591667 0.01631700061261654 0.01635799929499626 0.016397999599575996 0.016397999599575996 0.016439000144600868 0.016439000144600868 0.016519999131560326 0.016600999981164932 0.01660200022161007 0.01660200022161007 0.01660200022161007 0.01672299951314926 0.0167239997535944 0.016764000058174133 0.01676500029861927 0.016805000603199005 0.016926998272538185 0.016927000135183334 0.016968000680208206 0.01700899936258793 0.01700899936258793 0.017210999503731728 0.017211999744176865 0.0172520000487566 0.01729399897158146 0.01737399958074093 0.017374999821186066 0.01765899918973446 0.017782000824809074 0.019124001264572144 0.019124001264572144
App start nativeLaunch Baseline
Mean: 21.724 ms
Stdev: 2.790 ms (12.8%)
Runs: 18 18 18 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 21 21 21 21 21 21 21 21 21 21 21 21 22 22 22 22 22 22 22 22 22 23 23 23 23 23 23 23 24 24 24 24 24 24 24 24 25 25 26 27 27 27 28 28 28 28 29 30

Current
Mean: 21.084 ms
Stdev: 1.983 ms (9.4%)
Runs: 18 18 19 19 19 19 19 19 19 19 19 19 19 19 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 22 22 22 22 22 22 22 22 22 23 23 23 23 24 24 24 24 24 25 25 26 27 27 27

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker.

@OSBotify
Copy link
Contributor

OSBotify commented Oct 6, 2023

🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.79-0 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented Oct 9, 2023

🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 failure ❌
🍎 iOS 🍎 failure ❌
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented Oct 9, 2023

🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 cancelled 🔪
🍎 iOS 🍎 failure ❌
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented Oct 9, 2023

🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 failure ❌
🕸 web 🕸 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DeployBlockerCash This issue or pull request should block deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants