Commit Graph

87 Commits

Author SHA1 Message Date
Alexis
5c6eca8e10 - Fixed arrow functions in class error 2020-06-14 16:13:42 +02:00
Alexis
3a375dae60 - Finished more stuff and updated readme 2020-06-14 15:36:32 +02:00
Alexis
6bc1f21fae - woo finished addspell methods, need some error handling now but not now 2020-06-13 19:48:47 +02:00
Alexis
0229f356e3 - Finished methods to delete and update a spell, reactive components 2020-06-13 13:04:24 +02:00
Alexis
2f81a58ff6 - Finished implementing update methods (needs polish tbh) 2020-06-13 11:23:29 +02:00
Alexis
678736b8cc - Finished this fucking weird shit oh my god I will DIE. 2020-06-12 20:02:22 +02:00
Alexis
d4674dd463 - Api client before I blow my brains out 2020-06-12 18:49:26 +02:00
Alexis
f1602e5d95 - bye bye debug 2020-06-09 19:53:29 +02:00
Alexis
80639cf2e4 Merge branch 'dependabot/npm_and_yarn/client/websocket-extensions-0.1.4' into dev 2020-06-09 19:33:18 +02:00
Alexis
3568a51627 - Added getspells from variables, ingredients, and schools 2020-06-09 19:32:01 +02:00
Alexis
6d67ebff95 - Added edit spell component and started working on edit system 2020-06-08 23:16:27 +02:00
Alexis
1042b2df56 Merge branch 'dev-bookshelf' into dev 2020-06-08 20:27:50 +02:00
Alexis
dda9545b68 - Finished CRUD methods of Variables, Ingredients, MetaSchools, pretty much everything except users ye 2020-06-08 20:25:05 +02:00
Alexis
48987b8349 - Added A TON of stuff, separated everything neatly and cleaned most models 2020-06-08 19:55:36 +02:00
dependabot[bot]
1792d56e82 Bump websocket-extensions from 0.1.3 to 0.1.4 in /client
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 08:14:49 +00:00
Alexis
ce9018f65e - Added some school methods but will need to refactor the model calls 2020-06-06 23:35:11 +02:00
Alexis
3dbb95ab4d finished the delete ORM method for spell 2020-06-06 17:07:03 +02:00
Alexis
8932736e6a jesus fucking christ finished the update spell thing why are apis like this 2020-06-06 16:38:08 +02:00
Alexis
369d53d509 - Did the unthinkable and actually achieved Peak ORM 2020-06-06 00:17:01 +02:00
BlackMageMathos
b80ce291ad some fixes, also search bar and add spell button 2020-06-05 16:20:20 +02:00
BlackMageMathos
ddc9122929 fancier spells + 1st modals
- spells are even prettier (color, shadow, etc)
- first modal done (but sTILL NOT WORKING *THANK YOU VUE*)
2020-06-05 14:35:09 +02:00
BlackMageMathos
dd72e296b3 Merge branch 'dev' of https://github.com/AlexisNP/spellsaurus into dev 2020-06-05 09:20:50 +02:00
BlackMageMathos
7b4e452a58 BORN TO DIE
WORLD IS A FUCK
Kill Em All 1989
I am trash man
410,757,864,530 DEAD COPS
2020-06-05 09:20:35 +02:00
Alexis
e50a2158dc - Bound main schools to spell card class 2020-06-05 09:01:50 +02:00
BlackMageMathos
d2dfe0fad9 favicon made pretty
(self-explanatory)
2020-06-04 19:56:12 +02:00
Alexis
90de3b6c33 - Deleted useless dependencies 2020-06-04 18:27:42 +02:00
BlackMageMathos
897e8841eb design░dream (ちま欧)
𝕖𝕧𝕖𝕣𝕪𝕥𝕙𝕚𝕟𝕘 𝕚𝕤 𝕓𝕖𝕒𝕦𝕥𝕚𝕗𝕦𝕝
2020-06-04 15:49:21 +02:00
Alexis
5a0ebf078b - Fixed masonry setup, need to npm install 2020-06-03 19:27:43 +02:00
BlackMageMathos
966804efe1 fml 2020-06-03 18:08:32 +02:00
BlackMageMathos
0804eb5ec3 C'est tellement compliqué.
:^)
2020-06-02 18:23:08 +02:00
Alexis
cabbf68f7a - Worked on spell things 2020-06-02 17:19:54 +02:00
Alexis
1280d6ee1f - Added getAll route for spells with bookshelf 2020-05-27 21:26:35 +02:00
Alexis
48ee8cf08f - Added dependencies 2020-05-26 21:49:45 +02:00
Alexis
fe5549d817 - Fixed some API calls 2020-05-26 21:49:15 +02:00
Alexis
af7e6ff701 - [API] Added getSchool, getSchools, and addSchools 2020-05-24 23:51:17 +02:00
Alexis
df7ee9add4 - [API] Fixed the updateSpell to wait for queries 2020-05-24 12:12:15 +02:00
Alexis
08b0b94bd8 - [API] Added User routes (need polishing because it parses and sends sensitive data) 2020-05-23 21:48:27 +02:00
Alexis
64389a3c07 - Added JWT 2020-05-23 13:12:11 +02:00
Alexis
0849778bfa Merge branch 'dev' 2020-05-23 01:04:05 +02:00
Alexis
473f8f44c1 - [API] Finished White Box tests, passed all of them, spell API considered finished 2020-05-23 01:02:45 +02:00
Alexis
acd380e084 - [API] Fixed a never ending loop on post and put methods for spells 2020-05-22 22:21:25 +02:00
Alexis
5ce6250f00 - [API] Fixed an always pending promise in update spells 2020-05-21 22:50:57 +02:00
Alexis
65acd9b7e9 - [API] Fixed more bugs thanks to unit testing gj unit testing I'm so proud of you 2020-05-21 22:48:05 +02:00
Alexis
5d466ce4d8 - [API] Fixed the loop of getSpells() 2020-05-21 11:53:55 +02:00
Alexis
983af14edc - Added and finished most spell methods (need tests soon) 2020-05-21 01:40:55 +02:00
Alexis
63c7dc5d09 - Added update methods for spell API 2020-05-19 23:12:28 +02:00
Alexis
b0bd343018 - Removed some useless function declaration on the spells methods, everything is in promises now 2020-05-19 21:26:43 +02:00
Alexis
f9df6e957e - Added some default handlers for spell's data 2020-05-16 22:53:43 +02:00
Alexis
936d09be77 + Added POST method for spells API 2020-05-16 22:52:43 +02:00
Alexis
c140aa58db - Refactored some error handling on schools router 2020-05-16 22:52:30 +02:00