Gwyneth Llewelyn
|
ac3e4126b8
Added INSERT/REMOVE functionality to the Agents table
|
7 years ago |
Gwyneth Llewelyn
|
b00a5d64ac
Added some information on README.md regarding dependencies, and the eventual need of keeping them up-to-date (to make sure that the problem I had with the ‘wrong’ agGrid version does not happen again!)
|
7 years ago |
Gwyneth Llewelyn
|
f10509994b
Insert and Remove seems to work flawlessly on Objects. Now to replicate to the other tables! (Maybe even create a table of users)?
|
7 years ago |
Gwyneth Llewelyn
|
19a8a1d57e
updateRowData() didn’t work because I was using agGrid 9.X instead of 10.1.X
|
7 years ago |
Gwyneth Llewelyn
|
56f4a020ed
agGrid was upgraded to 10.1.0, adding critical functions like updateRowData()
|
7 years ago |
Gwyneth Llewelyn
|
105bf025b4
Attempts to get removal of rows working: it works on the database, but the actual display on agGrid is not perfect yet.
|
7 years ago |
Gwyneth Llewelyn
|
3ee68e7d13
Working on deleting rows.
|
7 years ago |
Gwyneth Llewelyn
|
e59a97a205
Removed the console logs for inworld.go, I know it works now.
|
7 years ago |
Gwyneth Llewelyn
|
8b9258dc68
First attempt at dealing with deleting/inserting database entries via ag-Grid
|
7 years ago |
Gwyneth Llewelyn
|
1e91d9bfa0
Added correct .gitmodules with the two dependencies (ag-grid and startbootstrap-sb-admin-2) which hopefully will fix issues at GitHub
|
7 years ago |
Gwyneth Llewelyn
|
db79e54e7c
Now it’s possible to send commands to the Bot Controller as well. There might be still some rough edges.
|
7 years ago |
Gwyneth Llewelyn
|
187db8f90a
User logins work; changed code to use zero.String in case sqlite3 has NULL strings which will blow up the Scan code; added the bit to send a command to a bot, and we get some results, but sometimes the app crashes (to-do)
|
7 years ago |
Gwyneth Llewelyn
|
a810397ebd
First attempt (untested) to get database lookups for user logins; added a few more instructions on the README
|
7 years ago |
Gwyneth Llewelyn
|
c8bafc5f3e
Continued to deal with login; now it even validates the login form before submission; still needs database access; changed top menu layout to deal with extra options
|
7 years ago |
Gwyneth Llewelyn
|
ddf030500b
Login/logout with cookies seems to work (no user checking for now). To-do: check database for users there
|
7 years ago |
Gwyneth Llewelyn
|
3a602909a7
Simplified usage of template.HTML to get unescaped HTML on the template (deleted unnecessary variables) - there was another one missing
|
7 years ago |
Gwyneth Llewelyn
|
720ff10d40
Simplified usage of template.HTML to get unescaped HTML on the template (deleted unnecessary variables)
|
7 years ago |
Gwyneth Llewelyn
|
a46c259cb8
More changes to deal with the form for sending commands to the Bot Controller.
|
7 years ago |
Gwyneth Llewelyn
|
2f29d84d83
Template still under work, it might break HTML.
|
7 years ago |
Gwyneth Llewelyn
|
3fa502e89c
Started working on the form that sends commands directly to bots. Also, experimented a bit with the login form.
|
7 years ago |
Gwyneth Llewelyn
|
389fdd6047
Added missing updating functions for inventory and positions, now all 4 agGrids work.
|
7 years ago |
Gwyneth Llewelyn
|
552d6c9c27
Added required functionality for the Agents page to also be able to change/update each row.
|
7 years ago |
Gwyneth Llewelyn
|
0729173f55
Added URLPathPrefix as a hidden field on the HTML templates (filled in by Go, read from the config file), so that JS can read the URLPathPrefix. Clunky, but it works; tested on the objects page for now. Moving to replace the left-side menu to give more space to the agGrid.
|
7 years ago |
Gwyneth Llewelyn
|
ad3445146f
Adding updates to the database from changing the grid on the web app
|
7 years ago |
Gwyneth Llewelyn
|
ff4ad7c212
Added a note for future work on coroutines driving individual avatars
|
7 years ago |
Gwyneth Llewelyn
|
131904db05
Deleted another unnecessary comment.
|
7 years ago |
Gwyneth Llewelyn
|
20cd2e170c
Deleted some unnecessary comments (and tested git 2.13)
|
7 years ago |
Gwyneth Llewelyn
|
d506ec3ad2
Grid now works for all options (read-only for now).
|
7 years ago |
Gwyneth Llewelyn
|
512de3be85
Start changing objects.js to load the JS grid with the correct data.
|
7 years ago |
Gwyneth Llewelyn
|
6f8eab0d3c
Added icons, added own version of Bootstrap to change the font type, made first tests with the agGrid component
|
7 years ago |