diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 501dcb7e..bddfc4f9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,14 +51,10 @@ CURRENT TODOs todo: RECORD HISTORY (HAS OUTSTANDING ITEMS) - - finish up current large User log view - - Event type and date are kind of fucked being all grayed out and small, is that the "material" way? - - what is the most important info and where should it go? Room for event type and date in title? Opposite in large view? - Make object view - Current view works for User view, make a dedicated Object view - Put object name in title or whatever I do for User View title username - - Make alternate template for small screen for both views, right now it's only suitable for above small (medium?) view - - Will affect title, maybe needs to go into each record redundantly + - could easily feed a report with slight modifications...hmm. - make a todo entry in the report section below to include the ability of feeding reports from local data in addition to off the server - Does it benefit from caching? (not really thinking so as this is a different animal than search but something to ponder a bit) diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index ba43ef44..9324f22e 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -22,11 +22,11 @@ >{{ i.date }} - {{ getEventName(i.event) }} {{ + >{{ getIconForObjectType(i.objectType) }}{{ getNameForType(i.objectType) }} -
{{ i.textra }}
+
{{ i.textra }}
@@ -222,7 +222,8 @@ export default { temp[i].index = currentEventCount + i; //test - temp[i].textra = "This is some extra text. Blah blah blah blah."; + temp[i].textra = + "This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.12345"; } vm.obj = [...vm.obj, ...temp];