Giter VIP home page Giter VIP logo

craftlogs's People

Contributors

martongyiran avatar

Watchers

 avatar

craftlogs's Issues

[Bug] Arena reward seems suspicious

Describe the bug
So i tried it a few times and it's looks like the money reward is always the same value even if it's a lose.
We should look into this a little.

Stat balance

Stamina - HP balance:

Mennyi HP-t érjen egy stamina?
Most alapból 100 HP-val kezd egy user, egy stamina 5 hp. Le kéne tesztelni, hogy t1-2-3 gearben mennyi hp-ja lenne, ez mennyire valid bekapott damage szempontjából stb.

[Bug]CreateQR on ProfilePage crashes

Describe the bug
CreateQr for arena on ProfilePage crashes the app.

To Reproduce
Steps to reproduce the behavior:

  1. Create TeamProfile
  2. Click on CreateQr Button on navbar
  3. See error

Expected behavior
Show a QR code.

Smartphone (please complete the following information):

  • Device: OnePlus 5
  • OS: android 9.0
  • App version: 0.4.1-stg-pre1

[Bug] QuestMode main page title stucked

Describe the bug
If you delete your profile and create a new, the quest's name wont change on the navbar.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Settings
  2. Click on Delete Profile
  3. Create a new profile
  4. See error

Expected behavior
If you create a new profile then the navbbar should show the new name.

Smartphone (please complete the following information):

  • Device: OnePlus5
  • OS: android 9.0
  • App version 0.1.0-stg

Képek, nevek tárgyakhoz

Fel kéne tölteni a DB-t. A random generált tárgyak egy DB-ből kapják a képet és nevet.
A ItemGeneratorService.cs végén vannak tömbként pl.

private readonly List<Tuple<string, string>> MageArmors = new List<Tuple<string, string>>() { new Tuple<string,string>("Fireworm Robes","@drawable/mage_armor_1.png") };

Ezt kéne feltölteni nevekkel és képekkel. A képekről a háttér feketét le kéne szedni és .png-ként elmenteni. Naming convention a fentiek alapján. A kész képeket az Android/Resources/Drawable mappába bemásolni, majd VS-ből hozzáadni (jobb klikk a mappára, add existing resources from folder és kibrowseolod). Ezek után a fenti listákba beírni az adatoka (név - @drawable/ előtag, majd kép neve kiterjesztéssel).

A neveket és képeket a wowdb oldaláról vadászd le, értelemszerűen Items -> ott pedig a mage-warrior-rogue cuccok. Armornak a chest-ekre szűrj, weapon ahogy akarod, a Neck és Ring pedig egységes. Célszerű nem hosszú neveket copyzni. Csinálj PR-t belőle a developra.

Kb 10-15 item kéne minden tömbbe.

[QoL] Sorting bag

When you sort the bag and equip an item the sort defaults back loosing the filter. It should keep the sorting filter alive after equipping items.

[Feature] ArenaMode implementation

Is your feature request related to a problem? Please describe.
We need an ArenaMode, whats able to maintain scores by reading Teams QR, handle combat, and create result QR.

[Task] Refactor

Kód refactor, osztályok tagolása: private, public, ctor, methods

[Bug] Continue button not showing up

Describe the bug
After generating a QR code the "Continue" button doesn't show up on my device and I have to close the app in order to get back to the main interface.

To Reproduce
Steps to reproduce the behavior:

  1. Generate QR code

Expected behavior
The QR code showing up and under that a Continue button should show up

Screenshots
kép

Smartphone (please complete the following information):

  • Device: Huawei P8 Lite
  • OS: Android 6.0
  • App version: 0.1.1 STG

[Feature]Spectator mode

Is your feature request related to a problem? Please describe.
Spectator mode for the freshmans. Only profile page without any interaction.

[Feature] QRHandlerPage

Implement QRHandlerPage for every possible QRResponse.
Atm:

  • Reward
  • ProfileForSpectator
  • ProfileForArena
  • ShopList
  • Trade
  • QuestAvg

Group feedback page

When a station is getting a feedback from the group, the UI should have a title to make sure everyone knows that part is for the groups to be filled in.

[Feature] Shop mode

Create Shop mode. Needed:

  • Main page with random generated items
  • Item caching
  • QR Handling on Team mode side
  • Basket for Team mode???

[Feature] ItemGeneratorService

Implement a service what's generating random items.
eg.

  • Item CreateItem(int tier, ItemRaraityEnum rarity){...}
  • Item CreateRandomItem(){...}
  • ...

[Bug]Wrong date in arena popup

Describe the bug
"You cant fight in the arena until..." dialogs texts is wrong. Actually good, but the logic behind it wrong.

[Extension]ShopMode close cart

When you have to extend an existing finished/partly finished feature.
Close shopping cart is you remove every item manually.

[Feature]QuestMode refactor

Is your feature request related to a problem? Please describe.
Remove QuestMode. Reach it from the Team's Settings via pwassword.

[Bug]Rework inventory

Describe the bug
Current inventory management is not too efficient. Remove itemState and create a new collection for equipped items. Refactor all references.

[Bug]ListView's CachingStrategy bugged

Describe the bug
ListView's CachingStrategy can't load a lot of elements. Since it's fixed by CollectionView in XF 3.6, it's time to update our Nuggets. Yeaaaah

To Reproduce
Steps to reproduce the behavior:
Add shit tons of items to inventory, then try to open it.

Expected behavior
My items in a list. Fully loaded. Always.

Smartphone (please complete the following information):

  • Device: Emulator
  • OS: android 5.0
  • App version 0.1.2

[Sub-issue] Profile model

Create a profile model with:

  • Inventory
  • Stats ( eg. HP, Crit, etc. )
  • Values ( eg. Money, EXP, Honor, Score, etc. )

//TBA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.