Playwright start
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
views:
|
||||
- type: kanban-view
|
||||
name: View
|
||||
filters:
|
||||
and:
|
||||
- type == "Task"
|
||||
order:
|
||||
- file.name
|
||||
- status
|
||||
- category
|
||||
columnOrders:
|
||||
file.file:
|
||||
- Untitled.base
|
||||
- Untitled.canvas
|
||||
- Test.md
|
||||
- Untitled.md
|
||||
- Test 2.md
|
||||
note.status:
|
||||
- Blocked Backlog
|
||||
- Backlog
|
||||
- AI Gen TODO
|
||||
- TODO
|
||||
- Working On
|
||||
- AI Agent Work
|
||||
- Done
|
||||
cardOrders:
|
||||
file.file:
|
||||
Untitled.base: []
|
||||
Untitled.canvas: []
|
||||
Test.md:
|
||||
- Test.md
|
||||
- Untitled.canvas
|
||||
- Untitled.base
|
||||
note.status:
|
||||
Uncategorized: []
|
||||
Done:
|
||||
- Create Automated Tests.md
|
||||
- Make page object pattern structure for the Build Calculator and all it's components.md
|
||||
TODO:
|
||||
- Create Mobile Calculator UI.md
|
||||
- Improve your SEO.md
|
||||
Working On: []
|
||||
Backlog:
|
||||
- Fully Test the Build Calculator.md
|
||||
- Add an Ability to Favourite Data.md
|
||||
- Plan Calculator.md
|
||||
- Basic Build Order Sheet.md
|
||||
- Update the Reference Tables with Telerik.md
|
||||
- Make Examples be based on Database Information.md
|
||||
- Allow to Always see Advanced Options in Calculator without pressing Space.md
|
||||
- Remove Items from anywhere in the build calc timeline.md
|
||||
- Spells are currently a production item in data. Make the a ability item so they don't show under production table.md
|
||||
- WebAssembly back to Azure.md
|
||||
- Change Ctrl + K Hotkey to something that doesn't conflict with Edge or other browsers.md
|
||||
- Language Support.md
|
||||
AI Agent Work:
|
||||
- Make Tests for the Build Calculator.md
|
||||
- Get AI to Add easy Test Tasks.md
|
||||
Blocked Backlog:
|
||||
- Nice looking map refrence.md
|
||||
- Auto Build consideration in Calculator.md
|
||||
- Add Co-op objective reference.md
|
||||
- Language Support.md
|
||||
- Add some cooldown reference.md
|
||||
columnColors:
|
||||
file.file: {}
|
||||
note.status:
|
||||
Done: green
|
||||
groupByProperty: note.status
|
||||
Reference in New Issue
Block a user