Skip to content

Commit

Permalink
no changes but shows needs update
Browse files Browse the repository at this point in the history
  • Loading branch information
singularity15 committed Dec 12, 2024
1 parent b13e7dc commit edbaac0
Show file tree
Hide file tree
Showing 751 changed files with 65,119 additions and 24,517 deletions.
Empty file modified .editorconfig
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
build/*
.DS_Store
.DS_Store
._*
Empty file modified .npmrc
100644 → 100755
Empty file.
Empty file modified .nvmrc
100644 → 100755
Empty file.
Empty file modified .prettierignore
100644 → 100755
Empty file.
Empty file modified .prettierrc
100644 → 100755
Empty file.
Empty file modified .vscode/atoll-standard-snippets.code-snippets
100644 → 100755
Empty file.
Empty file modified .vscode/extensions.json
100644 → 100755
Empty file.
Empty file modified .vscode/launch.json
100644 → 100755
Empty file.
Empty file modified .vscode/settings.json
100644 → 100755
Empty file.
Empty file modified .vscode/tasks.json
100644 → 100755
Empty file.
12 changes: 12 additions & 0 deletions ISSUE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{"status":500,"message":"targetItemPrevLink with 7045d122b3014d468849ad02a3decfc9 linked to self (which was source item)!"}

curl 'https://pointswag.com/api/v1/actions/reorder-backlog-items' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0' -H 'Accept: application/json' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/json' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyMTc3OTZmNmUxYWI0NTVhOTgwMjYzMTcxMDk5NTMzZiIsInVzZXJuYW1lIjoidGVzdCIsImV4cGlyYXRpb25EYXRlIjoiMjAyNC0wMy0xMVQxNzo0MjoyNy43MTBaIiwicm9sZSI6InVzZXIiLCJpYXQiOjE3MTAxNzg2NDd9.zQRYeJ5r5bMwEbUFoPBKuVKQe-3DR5VHD_sqcyvxshY' -H 'Origin: https://pointswag.com' -H 'Connection: keep-alive' -H 'Referer: https://pointswag.com/plan' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' --data-raw '{"sourceItemId":"7045d122b3014d468849ad02a3decfc9","targetItemId":"028bec395df54b1f88578d444371e554"}'


To repro the issue do this:

1. Open one instance of Atoll in a browser (Firefox) window.
2. Open another instance of Atoll in a different browser (Chrome) window.
3. Drag the third backlog item to the top in the second brower.
4. Drag the same third backlog item to the top in the first browser.
5. It should blow up with this error.
Empty file modified LICENSE
100644 → 100755
Empty file.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,6 @@ Getting Started (for Contributors)

See [Contributing Guide](./CONTRIBUTING.md) for detais.

Working with the Monorepo
=========================

Adding Dependencies
-------------------

This monorepo uses npm workspaces. If you're unfamiliar with using workspaces
we recommend you read the npm documentation first. Some tips are provided
below, but it is best that you understand how they work fully.

Please make sure to add the dependency at the right level.

You have 2 choices:
1. install it globally so that all packages can use that dependency (bear in
mind that they will use the exact same version when it is global).
For example, `npm i prettier@latest -D`
2. install it at the workspace package level so that individual packages can
either use a different version or not use it at all.
For example, `npm i [email protected] -w packages/shared`

In general, if you're not sure, you should pick option 2.

If you wish to refresh packages for a specific workspace you can use something
like: `npm i -w=packages/vscode-extension`

Document Index
==============

Expand Down
Empty file modified atoll-mono.code-workspace
100644 → 100755
Empty file.
Empty file modified docs/ARCHITECTURE.md
100644 → 100755
Empty file.
Empty file modified docs/Architecture-HATEOAS.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Architecture-BE-API.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Architecture-FE-API.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Architecture.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Map.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Standards-Markdown.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Standards-Naming.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Standards-Patterns.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Standards-Tests.md
100644 → 100755
Empty file.
Empty file modified docs/Code-Standards.md
100644 → 100755
Empty file.
Empty file modified docs/Conventions.md
100644 → 100755
Empty file.
Empty file modified docs/DEPENDENCIES.md
100644 → 100755
Empty file.
Empty file modified docs/Dev-HowTo.md
100644 → 100755
Empty file.
Empty file modified docs/Dev-Using-REST-API.md
100644 → 100755
Empty file.
Empty file modified docs/GLOSSARY.md
100644 → 100755
Empty file.
Empty file modified docs/History-Setup.md
100644 → 100755
Empty file.
Empty file modified docs/History.md
100644 → 100755
Empty file.
Empty file modified docs/IMPORTANT.md
100644 → 100755
Empty file.
Empty file modified docs/LOG.md
100644 → 100755
Empty file.
Empty file modified docs/Other-Standards-Naming.md
100644 → 100755
Empty file.
Empty file modified docs/POLICIES.md
100644 → 100755
Empty file.
Empty file modified docs/Process-Code-Reviews.md
100644 → 100755
Empty file.
Empty file modified docs/Process.md
100644 → 100755
Empty file.
Empty file modified docs/SCRIPTS.md
100644 → 100755
Empty file.
Empty file modified docs/TROUBLESHOOTING.md
100644 → 100755
Empty file.
Empty file modified docs/Tools.md
100644 → 100755
Empty file.
Empty file modified docs/User-Guide-Backlog-Item-Statuses.md
100644 → 100755
Empty file.
Empty file modified docs/User-Guide-Configuring.md
100644 → 100755
Empty file.
Empty file modified docs/User-Guide-Deployment.md
100644 → 100755
Empty file.
Empty file modified docs/User-Guide.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/API-Data-Model.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/Data-Catalog.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/Data-Model-Backlog-Item-Parts.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/Data-Model-Backlog-Items.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/Data-Model-Issues.md
100644 → 100755
Empty file.
Empty file modified docs/dataModel/Data-Model.md
100644 → 100755
Empty file.
Empty file modified docs/requirements/Continuing-Stories.md
100644 → 100755
Empty file.
Empty file modified docs/requirements/README.md
100644 → 100755
Empty file.
Empty file modified docs/requirements/REFERENCES.md
100644 → 100755
Empty file.
Loading

0 comments on commit edbaac0

Please sign in to comment.