nancy-binani / scribble-by-nancy-binani

0 stars 0 forks source link

Scribble V3 #171

Closed yedhink closed 1 year ago

yedhink commented 1 year ago

@nancy-binani Start with this from tomorrow.

https://public.3.basecamp.com/p/ZcDNj5fhtocuzhLtkLookBFd

Also, when submitting V3 again, ensure you take into consideration the following too:

Few separate videos required(or combined - whichever is sensible):

  1. Publish later working
  2. Unpublish later working
  3. Sidekiq server working - enqueuing of worker, how workers successful completion affects UI etc.
  4. How schedule cancellation works
nancy-binani commented 1 year ago

I wanted to ask whether I should first work on paper trail suggestion or should I start writing the code for version3 as almost all the reviews I have completed working on except test cases and paper trail suggestion.

yedhink commented 1 year ago

@nancy-binani You can set aside the paper trail part and start working on this issue. We need to finish V3 on time.

nancy-binani commented 1 year ago

BigBinary Orientation - neetoPlanner 2022-12-20 19-55-50 Monday 26 Dec - EOD

nancy-binani commented 1 year ago

Screenshot 2022-12-24 at 6 34 56 PM My sidekiq server is not running.Can you help me with it?

nancy-binani commented 1 year ago

Please ignore my comment.The error is resolved.

nancy-binani commented 1 year ago

https://www.loom.com/share/d032553d1fbd41d3901f45505133514d ->publish/unpublish later

https://www.loom.com/share/9a50a121af704b5ba3a9b6897cd3fc1e -> version history

https://www.loom.com/share/a278d706a4884d78a028d5bbab259763 -> cancel schedule

https://www.loom.com/share/8ff5c8590ddb4960bb468ec95f3af922 -> delete article/edit category & backend code

https://www.loom.com/share/20382edb2e6849c39b1441d677fb751b -> delete the category to which an article belonged to and move the article into a new category

Please review the code.Actually there were 3 reviews of version 2 which I thought I can work after completing version 3 but I did not get time at all to work on them. Code cleaning and few review changes are left and I did not want to extend the deadline for version 3. I have written the code for version 3 and would be working on code cleaning and those few reviews.

yedhink commented 1 year ago

https://www.loom.com/share/d032553d1fbd41d3901f45505133514d ->publish/unpublish later

After you schedule a publish or unpublish action, then the user should not be forced to refresh the page in order to get the latest data. Rather you should fetch latest data once the schedule is created.