|
bda2b38eb4
|
Change to individual icons
The bundle size was huge; this also has tweaks to flow, and a revisiting of the data access code
|
2021-08-29 22:12:41 -04:00 |
|
|
34d5224c11
|
Streamline "maybe save" props
|
2021-08-29 19:23:36 -04:00 |
|
|
8e8bbb48ba
|
Fix listing search; update help (#14)
|
2021-08-29 18:53:52 -04:00 |
|
|
144c34919c
|
Finish expire; mod Success Story
Add label display to several view pages; fix lint errors
|
2021-08-29 15:42:18 -04:00 |
|
|
8c2ff4c84d
|
WIP on listing expire/success story (#18)
|
2021-08-28 22:21:39 -04:00 |
|
|
dd549cf5f1
|
Update deps; convert to "script setup" tags
|
2021-08-27 19:57:48 -04:00 |
|
|
2eefb44f16
|
Welcome, pug
|
2021-08-24 09:41:43 -04:00 |
|
|
5485ad0717
|
Tweak needed by display (#17)
Also tweak nav menu / profile edit pages
|
2021-08-20 16:35:12 -04:00 |
|
|
1753628019
|
Refine API URLs
|
2021-08-15 21:22:26 -04:00 |
|
|
f25fabe064
|
Finish listing search; add shell of listing view (#17)
Also updated deps on the app side
|
2021-08-15 20:55:50 -04:00 |
|
|
69e386d91b
|
WIP on job listing search (#17)
|
2021-08-14 23:02:54 -04:00 |
|
|
227713fa26
|
Standardize on continent list component
|
2021-08-14 17:34:13 -04:00 |
|
|
837ab35da5
|
Add listing edit page, refine my listings (#16)
|
2021-08-14 17:05:37 -04:00 |
|
|
a0d079c67a
|
Bring in links to listing pages
|
2021-08-10 19:23:22 -04:00 |
|
|
ce96973c51
|
Environment swap (#21)
Moved the server-side to an F# API with RethinkDB; the client is now a Vue 3 app
|
2021-08-09 23:23:50 -04:00 |
|
|
d1c41d0329
|
Add nav for new pages (#16)
Also some misc project tweaks
|
2021-07-05 22:39:57 -04:00 |
|
|
be7a894ff4
|
Merge branch 'main' into help-wanted
|
2021-06-19 23:18:52 -04:00 |
|
|
eefa018121
|
Ignore publish user file
|
2021-06-19 23:18:22 -04:00 |
|
|
e30e28c279
|
Fix skill deletion (#20)
|
2021-06-19 22:58:17 -04:00 |
|
|
73d6d0df94
|
Add WIP for listing page (#16)
|
2021-06-19 22:49:50 -04:00 |
|
|
cbd92e6491
|
Add job listing table (#15)
also:
- Add source to success story
- Move all IDs to one source file
- Update DbContext with all of the above
|
2021-06-19 22:19:12 -04:00 |
|
|
b98d28adb4
|
Update welcome page (#5)
|
2021-06-14 22:09:33 -04:00 |
|
|
60ed7e1e79
|
Complete public search (#5)
- Bump version
- Define nav between profile and continent/skills
- Remove redundant code
|
2021-06-14 21:49:20 -04:00 |
|
|
fb147888c5
|
Add public search page / initial API (#5)
|
2021-04-07 21:49:22 -04:00 |
|
|
4a73927e64
|
Update README
|
2021-03-16 20:53:09 -04:00 |
|
|
93c99b430f
|
Version bump
|
2021-03-16 20:14:34 -04:00 |
|
|
9e9b519c25
|
Fix toasts (#13)
|
2021-03-16 11:34:58 -04:00 |
|
|
d6f4628e1c
|
Finish real name implementation (#12)
Load name from profile on page load, update user's "current" name once the page is saved
|
2021-02-07 17:09:43 -05:00 |
|
|
e63a12b774
|
Deconflict namespaces
Pluralize namespaces in client to keep from having to qualify domain namespace
|
2021-02-07 16:53:36 -05:00 |
|
|
8350d0bddf
|
Add real name to profile form (#12)
|
2021-02-07 16:37:47 -05:00 |
|
|
1b2540e5d2
|
Add real name col / citizen name prop (#12)
Still need to work on allowing the column to be edited
|
2021-02-06 21:43:16 -05:00 |
|
|
21ba35408e
|
Add TOS / Privacy Policy (#10)
Big hat tip to [you know who you are]
|
2021-02-06 21:15:21 -05:00 |
|
|
7784ee66ea
|
Add deletion options (#9)
|
2021-02-06 17:54:06 -05:00 |
|
|
7c6804c2af
|
Use username if display name is blank (#11)
|
2021-02-01 20:12:41 -05:00 |
|
|
a5c88a1034
|
Move docs to new page (#4)
Also verify citizen ID on story edit page
|
2021-01-31 21:57:48 -05:00 |
|
|
46882bdfc6
|
Add view story page (#4)
|
2021-01-31 20:21:17 -05:00 |
|
|
a6fd891cc5
|
Add common loading component
This has no specific issue associated, but reduces boilerplate in most page components
|
2021-01-26 22:26:36 -05:00 |
|
|
7f7eb191fb
|
Add success story add/edit and list (#4)
still a work in progress
|
2021-01-21 23:05:27 -05:00 |
|
|
340b93c6d7
|
Display dates/times in local TZ (#7)
|
2021-01-20 21:28:55 -05:00 |
|
|
4155072990
|
"Back" now works for search results (#3)
- Made the application only retrieve the list of continents once per visit
- Update the verbiage for phase 3 completion
|
2021-01-19 22:42:15 -05:00 |
|
|
feb3c5fd4a
|
Search UI complete (#3)
"Back" doesn't preserve search results; need to fix that before this is done
|
2021-01-18 14:52:24 -05:00 |
|
|
7839b8eb57
|
Search works (#3)
Still need to clean it up a bit, and make the UI have a collapsed section once the search is completed
|
2021-01-17 23:28:01 -05:00 |
|
|
15c1a3ff2c
|
Return all users with profiles (#3)
Also fixed server pre-rendering and added log off functionality
|
2021-01-10 22:06:26 -05:00 |
|
|
0446098e09
|
Final polish on v0.7
|
2021-01-08 19:28:26 -05:00 |
|
|
7fc7012b29
|
Complete version change
Also put some polish on before initial deployment
|
2021-01-08 18:53:12 -05:00 |
|
|
5866194f63
|
Update domain name
|
2021-01-07 23:26:12 -05:00 |
|
|
4f1c7b782a
|
Display profile now works
wrapping up #2
|
2021-01-07 22:49:10 -05:00 |
|
|
ef12da01dc
|
Convert db to EF Core; start on view page
Also returning skills with profile inquiries now, though that particular query is failing (current WIP) #2
|
2021-01-06 23:18:54 -05:00 |
|
|
97b3de1cea
|
Add counts to Dashboard (#2)
Also refactored database parameters with a few extension methods; ready for profile view page
|
2021-01-04 23:05:53 -05:00 |
|
|
fe3510b818
|
Skills now saved / returned
Edging closer to #2 completion; need to finish styles, create display page, and put some interesting stuff on the dashboard
|
2020-12-27 22:30:07 -05:00 |
|