This commit is contained in:
@@ -23,6 +23,7 @@ BIG PLAN
|
||||
5) Licensing / Rockfish get this ready with Rockfish to be able to license it in reality so it's ready for 3rd parties
|
||||
- Test the full trial / license business cycle and confirm it's solid and integrated into the Rockfish database properly
|
||||
- Doesn't have to be perfect, just working enough for the real world, can make it easier or nicer later
|
||||
- READ THIS: https://medium.com/@gokulrajaram/self-serve-first-the-overlooked-but-essential-paradigm-underlying-great-software-companies-45a67dbec4c4
|
||||
|
||||
6) Look for anything major missing at this point, make it deployable as a package and test the deployment on a raw server
|
||||
- need to know it will be ready for 3rd parties to try out as much as possible.
|
||||
@@ -30,6 +31,15 @@ BIG PLAN
|
||||
7) Start adding the real shit and the corresponding v7 import code for that shit
|
||||
- This is when the build and test cycle really starts hitting stride
|
||||
- Goal at this stage is to build a testable deliverable on a regular basis with a new section of stuff added periodically
|
||||
- Invite feedback and beta testing
|
||||
|
||||
8) BACK END Self Serve readiness
|
||||
- READ THIS: https://medium.com/@gokulrajaram/self-serve-first-the-overlooked-but-essential-paradigm-underlying-great-software-companies-45a67dbec4c4
|
||||
- licensing changes for a online hosted app
|
||||
- Self serve process in place
|
||||
- Ability to upload v7 data from DataDump plugin
|
||||
|
||||
|
||||
|
||||
|
||||
NEXT TODOS:
|
||||
@@ -134,6 +144,8 @@ TODO: Would be useful to see and manage OPS things related to deployment to serv
|
||||
TODO: (may be done already) modify the inventory-widget-edit form initialization shit so that the stuff needed after form loads still happens but the before is moved to route before enter and that it's all called
|
||||
with two separate methods: One standard one for init form before it is loaded and one for init form stuff for after it's loaded. BeforeLoadInit, AfterLoadInit or something
|
||||
|
||||
TODO: DataDump plugin needs an explanation of what it is in the flow, right now it's completely cryptic and people may be using it for stuff thinking it's for something it's not
|
||||
- Also, verify it's manager account only that can run it or maybe someone with total rights to everything?
|
||||
|
||||
TODO: Custom fields
|
||||
- Needs to cache the customization data of the form and concurrency token used to fetch it and then it checks the concurrency token periodically
|
||||
@@ -165,6 +177,8 @@ TODO: Record history display / check other AyaNova 7 options / buttons that need
|
||||
- Defaults to showing most recent stuff first in order to satisfy most common requirement of who last edited
|
||||
- Probably going to need a server route but let the UI drive it (timeline view requirements maybe?)
|
||||
- Record history "slot" maybe just like the VUE Way so that it can be easily optionally shown or not in it's slot
|
||||
|
||||
TODO: - Time zone mismatch message sb localized and far shorter
|
||||
|
||||
TODO: WIKI
|
||||
- componentize
|
||||
|
||||
@@ -56,13 +56,6 @@ export default {
|
||||
//If don't use nextTick then don't get all visible when multiple in sequence
|
||||
this.$nextTick(() => {
|
||||
this.isVisible = true;
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(
|
||||
this.currentNotification.timeout +
|
||||
" (" +
|
||||
this.currentNotification.message +
|
||||
")"
|
||||
);
|
||||
});
|
||||
|
||||
//Show it for the designated time before moving on to the next
|
||||
|
||||
Reference in New Issue
Block a user