Skip to content

Commit

Permalink
edit release and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waymondrang committed Oct 1, 2022
1 parent 73085fe commit 7c59a24
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 72 deletions.
12 changes: 4 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BudgetBuddy ![BudgetBuddy version badge](https://img.shields.io/badge/dynamic/json?color=informational&label=version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fwaymondrang%2Fbetter-budget-buddy%2Fmain%2Fsrc%2Fchrome%2Fmanifest.json) <!-- omit in toc -->
# BudgetBuddy <!-- omit in toc -->

A browser extension for analyzing UCSD HDH Account transactions
A browser extension for collecting and analyzing UCSD HDH Account transactions.

## Table of Contents <!-- omit in toc -->

Expand Down Expand Up @@ -32,15 +32,11 @@ Congrats, you've installed BudgetBuddy!

To start utilizing BudgetBuddy, navigate to the [eAccounts Account Transactions page](https://eacct-ucsd-sp.transactcampus.com/eAccounts/AccountTransaction.aspx).

Once the Account Transaction Report form appears, a separate box titled BudgetBuddy will appear under the form. Select **Begin** to initiate the data collection process.
Once the Account Transaction Report form appears, a separate box titled BudgetBuddy will appear under the form. Click **Start** to initiate the data collection process.

Collected transaction data is automatically saved at the end of the process

After the process finishes, two options will appear.

- **Launch Analyzer** will open the BudgetBuddy Analyzer web app, where users can visualize, sort, and filter through transactions.

- **Awesome** closes the overlay.
After the process finishes, two options will appear. **Launch Analyzer** will open the BudgetBuddy Analyzer page where users can visualize, sort, and filter through transactions.

## Analyze

Expand Down
Binary file modified releases/bb_v1.0.0_chrome.zip
Binary file not shown.
Binary file modified releases/bb_v1.0.0_firefox.zip
Binary file not shown.
Binary file modified releases/bb_v1.0.0_opera.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions src/analysis page/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BUILD_PATH=../extension/build
INLINE_RUNTIME_CHUNK=false
4 changes: 2 additions & 2 deletions src/analysis page/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0" />
<!--
manifest.json provides metadata used when your web app is installed on a
browser_manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- <link rel="manifest" href="%PUBLIC_URL%/browser_manifest.json" /> -->
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
25 changes: 0 additions & 25 deletions src/analysis page/public/manifest.json

This file was deleted.

4 changes: 3 additions & 1 deletion src/analysis page/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Table from './components/Table';
import clean from './utilities/clean';
import ToggleSwitch from './components/ToggleSwitch';

const github_url = 'https://raw.githubusercontent.com/waymondrang/budgetbuddy/main/src/extension/manifest.json';

export default class App extends React.Component {
constructor(props) {
super(props)
Expand Down Expand Up @@ -80,7 +82,7 @@ export default class App extends React.Component {
// Fetch and compare latest version
try {
let version = window.chrome.runtime.getManifest().version;
let newest_mainfest = await fetch("https://raw.githubusercontent.com/waymondrang/budgetbuddy/main/src/chrome/manifest.json").then(result => result.json());
let newest_mainfest = await fetch(github_url).then(result => result.json());
let newest_version = newest_mainfest["version"];
self.setState({
version: version,
Expand Down
6 changes: 3 additions & 3 deletions src/extension/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/build/static/css/main.90a7b37f.css",
"main.js": "/build/static/js/main.94c7d6ca.js",
"main.js": "/build/static/js/main.7076d881.js",
"static/js/787.67d51d53.chunk.js": "/build/static/js/787.67d51d53.chunk.js",
"index.html": "/build/index.html",
"main.90a7b37f.css.map": "/build/static/css/main.90a7b37f.css.map",
"main.94c7d6ca.js.map": "/build/static/js/main.94c7d6ca.js.map",
"main.7076d881.js.map": "/build/static/js/main.7076d881.js.map",
"787.67d51d53.chunk.js.map": "/build/static/js/787.67d51d53.chunk.js.map"
},
"entrypoints": [
"static/css/main.90a7b37f.css",
"static/js/main.94c7d6ca.js"
"static/js/main.7076d881.js"
]
}
2 changes: 1 addition & 1 deletion src/extension/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/build/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="BudgetBuddy Analyzer"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"/><link rel="manifest" href="/build/manifest.json"/><title>BudgetBuddy Analyzer</title><script defer="defer" src="/build/static/js/main.94c7d6ca.js"></script><link href="/build/static/css/main.90a7b37f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/build/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="BudgetBuddy Analyzer"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"/><title>BudgetBuddy Analyzer</title><script defer="defer" src="/build/static/js/main.7076d881.js"></script><link href="/build/static/css/main.90a7b37f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
25 changes: 0 additions & 25 deletions src/extension/build/manifest.json

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/extension/build/static/js/main.7076d881.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/extension/build/static/js/main.94c7d6ca.js.map

This file was deleted.

5 changes: 2 additions & 3 deletions src/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BudgetBuddy",
"author": "Raymond Wang",
"version": "1.0.0",
"description": "Transaction analyzer for UCSD HDH Accounts",
"description": "A collection and analysis tool for UCSD HDH Account transactions",
"content_scripts": [
{
"matches": [
Expand All @@ -28,8 +28,7 @@
],
"permissions": [
"storage",
"tabs",
"scripting"
"tabs"
],
"background": {
"service_worker": "background.js"
Expand Down

0 comments on commit 7c59a24

Please sign in to comment.