WFCD / navis

Cephalon Navis is an app inspired by Warframe Hub.
MIT License
25 stars 6 forks source link

Personal Inventory #94

Open KerstinMaur opened 3 years ago

KerstinMaur commented 3 years ago

Is your feature request related to a problem? Please describe. I am not sure which stuff I already have and what I need. 😅

Describe the solution you'd like There might be some sort of inventory where users can see all warframes, weapons, sentinels and mods and mark the ones they own. ✔️

Describe alternatives you've considered At the moment I am using a spreadsheet (e.g. LibreOffice Calc, Microsoft Excel or Google Spreadsheets). 📋

Additional context I don't have additional context at the moment. 🗅

SlayerOrnstein commented 3 years ago

I've always found this to be out of the general scope of app, but if you really need one I've heard good things from this one https://warframe-foundry.app/

For now I'm gonna just be doing so QoL and fixes, when I feel like it's a good spot stability wise then I'll start adding more features, with this one most likely being the first thing added considering how many times I've been asked in the past. No promises.

SlayerOrnstein commented 3 years ago

@KerstinMaur @TobiTenno How should we go about this then?

TobiTenno commented 3 years ago

we could write our own api for inventory and save it ourselves from that, but then authentication, etc.... could get gross

SlayerOrnstein commented 3 years ago

Oof we could always use sqlite or hive, run the DB from local storage.

TobiTenno commented 3 years ago

true, just wouldn't persist across sessions, like if they have a phone, tablet, etc. or if we end up in a browser or desktop app someday

SlayerOrnstein commented 3 years ago

Would setting something up like appwrite or supabase help then?

TobiTenno commented 3 years ago

something like that would work

SlayerOrnstein commented 3 years ago

What works better for you? I've never messed with database enough to know how to make something that would scale that well, so having someone with xp to help out would be best on my end.

SlayerOrnstein commented 1 month ago

@KerstinMaur hey if you're in the server you can see and chime in on some of the progress so far