Skip to content

Commit 6c5a64f

Browse files
committed
Updated plan for wiki pages.
1 parent aa44919 commit 6c5a64f

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

readme.txt

+23-22
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,27 @@ See the Wiki for more information:
66
Here are some topics that will be added soon to the Wiki:
77

88
* Getting Started:
9-
* Existing Frameworks: scala-android, scandroid
10-
* Motivation
11-
* CrudType and CrudApplication
12-
* Generating Layout
13-
* Built-In Navigation, including Actions
14-
* Naming Conventions for layout files, strings, DB tables, entityName, etc.
15-
* Supported Field Types: int, long, double, currency, Date, Calendar, String, Enumeration,
16-
* Supported Fields: both forms of viewId
17-
* Integrating with an Object Model: fields and findAll
18-
* UriPath - javadocs, instead?
19-
* How to indicate if the Entity is Updateable and/or Displayable
20-
* Parent Fields and Foreign Keys
21-
* DerivedCrudPersistence and overriding idField
22-
* Generated Fields
23-
* Backup Service
24-
* Buttons - For now these must be handled by customizing the app.
25-
* Logging - SLF4J
26-
* What subjects are copied to what subjects and when
9+
* CrudType and CrudApplication (refer to Scaladocs)
10+
* Naming Conventions for layout files, strings, DB tables, entityName, etc.
11+
* Supported Field Types: int, long, double, currency, Date, Calendar, String, Enumeration,
12+
* Supported Fields: both forms of viewId
13+
* How to indicate if the Entity is Updateable and/or Displayable
14+
* Parent Fields and Foreign Keys
15+
* Generating Layout (refer to Scaladocs)
16+
* UriPath (refer to Scaladocs)
17+
* Ready-to-use Enhancements:
18+
* Integrating with an Object Model: fields and findAll
19+
* DerivedCrudPersistence and overriding idField
20+
* Generated Fields
21+
* Backup Service
22+
* Under the Hood
23+
* Built-In Navigation, including Actions (refer to Scaladocs)
24+
* What subjects are copied to what subjects and when
25+
* Logging - SLF4J
2726
* How to Customize
28-
** Fields
29-
** Activity
30-
** Interacting with other Activities
31-
** Customizing Navigation
27+
* Fields
28+
* Activity
29+
* Interacting with other Activities
30+
* Customizing Navigation
31+
* Future Features
32+
* Buttons and Links - For now these must be handled by customizing the app.

0 commit comments

Comments
 (0)